Skip to content

Instantly share code, notes, and snippets.

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