Skip to content

Instantly share code, notes, and snippets.

@clintfisher
Last active August 29, 2015 14:05
Show Gist options
  • Save clintfisher/a5e612f55b77729f9b01 to your computer and use it in GitHub Desktop.
Save clintfisher/a5e612f55b77729f9b01 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
// where to set the default
// Style shared component or Foundation?
$is-minimal-template: false !default;
// where to set this
// component level or a localize app variables.scss file
$is-minimal-template: true;
@if $is-minimal-template == true {
/* do nothing */
} @else if $is-minimal-template == false {
.media {
background-color: gold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment