Skip to content

Instantly share code, notes, and snippets.

@tmaximini
Created November 4, 2014 20:04
Show Gist options
  • Save tmaximini/835cbb2820ec20e51682 to your computer and use it in GitHub Desktop.
Save tmaximini/835cbb2820ec20e51682 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.spaVoucher {
font-size: 12px;
&__heading {
font-size: 16px;
&--blue {
color: blue;
&-underline {
text-decoration: underline;
}
}
}
}
.spaVoucher {
font-size: 12px;
}
.spaVoucher__heading {
font-size: 16px;
}
.spaVoucher__heading--blue {
color: blue;
}
.spaVoucher__heading--blue-underline {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment