Skip to content

Instantly share code, notes, and snippets.

@hrkd
Last active December 17, 2015 10:39
Show Gist options
  • Save hrkd/5596706 to your computer and use it in GitHub Desktop.
Save hrkd/5596706 to your computer and use it in GitHub Desktop.
sprite使い方
@import "compass/utilities/sprites";
/*setting*/
//$nav-layout:smart
$nav-spacing: 10px
/*init*/
@import "nav/*.png"
/*usage*/
#selecter
@include nav-sprite("img01")
width: image-width("nav/img01.png")
height: image-height("nav/img01.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment