Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Last active August 29, 2015 14:05
Show Gist options
  • Save cimmanon/4c326a38bf0457f120db to your computer and use it in GitHub Desktop.
Save cimmanon/4c326a38bf0457f120db to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<p class="foo-music"></p>
// ----
// Sass (v3.4.0)
// Compass (v1.0.0)
// ----
$fa-css-prefix: 'foo';
$fa-var-music: "\f001";
.#{$fa-css-prefix}-music:before { content: $fa-var-music; }
@charset "UTF-8";
.foo-music:before {
content: "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment