Skip to content

Instantly share code, notes, and snippets.

@dani-z
Created March 9, 2015 14:45
Show Gist options
  • Save dani-z/7190419c412fd41989bd to your computer and use it in GitHub Desktop.
Save dani-z/7190419c412fd41989bd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.btn {
// Common stuf here
&--primary {
background-color: green;
border-style: solid;
border-width: 1px;
border-color: green;
&--outlined {
background-color: #fff;
}
}
}
.btn--primary {
background-color: green;
border-style: solid;
border-width: 1px;
border-color: green;
}
.btn--primary--outlined {
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment