Skip to content

Instantly share code, notes, and snippets.

@roytomeij
Created August 4, 2014 08:31
Show Gist options
  • Select an option

  • Save roytomeij/19e91aec789bc997a822 to your computer and use it in GitHub Desktop.

Select an option

Save roytomeij/19e91aec789bc997a822 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.0)
// ----
@mixin foo {
$var: baz !global;
}
@mixin bar {
content: $var;
}
* {
@include foo;
@include bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment