Skip to content

Instantly share code, notes, and snippets.

@dinocarl
Created September 30, 2014 03:20
Show Gist options
  • Save dinocarl/cc2cfe81250092228a70 to your computer and use it in GitHub Desktop.
Save dinocarl/cc2cfe81250092228a70 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
@mixin icon ($name, $code) {
$slash: "//";
.#{$name}:before {
content: "#{str-slice($slash, 1, 1)}#{$code}";
}
}
@include icon('test', '4556');
.test:before {
content: "/4556";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment