Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created September 4, 2014 16:26
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 hatefulcrawdad/1bf7bb982143e4591338 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/1bf7bb982143e4591338 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
// Component Name
// Basic description of the component, what it does, etc.
// Can go as many lines as you need to.
//
// - .button: Basic button styles with no variation
// - &.red: Changes the color to red.
// - &.blue: Changes the color to blue.
//
.button {
color: red;
&.green { color: green; }
&.blue { color: blue; }
}
.button {
color: red;
}
.button.green {
color: green;
}
.button.blue {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment