CSS Sprites with Compass
Many hours will be saved with these few lines of code in your SCSS file:
$icons-sprite-dimensions: true;
@import "icons/*.png";
@include all-icons-sprites;
.icons-sprite {
display: inline-block;
}
Written by David Pett
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#