Skip to content

Instantly share code, notes, and snippets.

@xzyfer
Created January 20, 2015 23:09
Show Gist options
  • Select an option

  • Save xzyfer/705c078b1fba56e26077 to your computer and use it in GitHub Desktop.

Select an option

Save xzyfer/705c078b1fba56e26077 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
@mixin qwer(){
background:red;
}
$asdf: qwer;
.asdf{
@include #{$asdf};
}
Invalid CSS after " @include ": expected identifier, was "#{$asdf};"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment