Skip to content

Instantly share code, notes, and snippets.

@yodasw16
Created August 23, 2014 00:01
Show Gist options
  • Save yodasw16/0b01550d0cd8d3166695 to your computer and use it in GitHub Desktop.
Save yodasw16/0b01550d0cd8d3166695 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.0)
// Compass (v1.0.0)
// ----
$namespace: null !default;
// $namespace: NS;
%button {
/* button stuff */
}
@if $namespace {
.#{$namespace}-btn {
@extend %button;
}
} @else {
.btn {
@extend %button;
}
}
.btn {
/* button stuff */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment