Skip to content

Instantly share code, notes, and snippets.

@mikestreety
Created January 22, 2014 09:24
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 mikestreety/8555850 to your computer and use it in GitHub Desktop.
Save mikestreety/8555850 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
@mixin base($class) {
[class*="#{$class}"] {
@content;
}
}
@include base(button) {
font-size: red;
}
[class*="button"] {
font-size: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment