Skip to content

Instantly share code, notes, and snippets.

@airtonix
Created March 26, 2014 13:46
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/9783481 to your computer and use it in GitHub Desktop.
Save airtonix/9783481 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
$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-#{$name}-'], [class*=" icon-#{$name}-"] {
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