Skip to content

Instantly share code, notes, and snippets.

@MichaelArestad
Created July 22, 2014 00:31
Show Gist options
  • Select an option

  • Save MichaelArestad/e37b04a77c15b38b0a5f to your computer and use it in GitHub Desktop.

Select an option

Save MichaelArestad/e37b04a77c15b38b0a5f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
@mixin test($variable: nope) {
@content;
}
@include test(
@if 1 == 1 {
Yep
}
) {
hmm: $variable;
}
Invalid CSS after "@include test(": expected ")", was "@if 1 == 1 {"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment