Skip to content

Instantly share code, notes, and snippets.

@vicainelli
Created March 8, 2014 12:46
Show Gist options
  • Save vicainelli/9430068 to your computer and use it in GitHub Desktop.
Save vicainelli/9430068 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
.box {
font-size: 14px;
&--header {
font-size: 16px;
}
&--footer {
font-size: 12px;
}
}
.box {
font-size: 14px;
}
.box--header {
font-size: 16px;
}
.box--footer {
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment