Skip to content

Instantly share code, notes, and snippets.

@tx2z
Last active December 29, 2015 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tx2z/7689842 to your computer and use it in GitHub Desktop.
Save tx2z/7689842 to your computer and use it in GitHub Desktop.
<div class="flag flag-fr"></div>
@import "compass/utilities/sprites/base";
@import "flag/*.png";
$flags: sprite-map("flag/*.png");
.flag {
display: inline-block;
@include sprite-dimensions($flags, fr);
}
@include all-flag-sprites;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment