Skip to content

Instantly share code, notes, and snippets.

@airtonix
Created March 26, 2014 13:24
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 airtonix/9783068 to your computer and use it in GitHub Desktop.
Save airtonix/9783068 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
$name: "test";
[class^='icon-#{$name}-'], [class*=" icon-#{$name}-"] {
display: inline-block;
font-family: "#{$name}";
font-size: 24px;
text-decoration: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
[class^='icon-test-'], [class*=" icon-test-"] {
display: inline-block;
font-family: "test";
font-size: 24px;
text-decoration: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment