Skip to content

Instantly share code, notes, and snippets.

@pudly
Created March 6, 2014 15:26
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 pudly/9392101 to your computer and use it in GitHub Desktop.
Save pudly/9392101 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
@mixin icon($file) {
background-image: url(assets/icons/$file);
}
&.camera.black:before { @include icon(black/camera.svg); }
Invalid CSS after "...on(black/camera": expected ")", was ".svg); }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment