Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 12, 2014 09:59
Show Gist options
  • Save alfredbez/fe0a9a2ee15422bb6db3 to your computer and use it in GitHub Desktop.
Save alfredbez/fe0a9a2ee15422bb6db3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.highlight {
text-transform: uppercase;
font-weight: bold;
}
.breaking-news__heading {
@extend .highlight;
text-decoration: underline;
}
.header-login__label {
@extend .highlight;
color: #f00;
}
.highlight, .breaking-news__heading, .header-login__label {
text-transform: uppercase;
font-weight: bold;
}
.breaking-news__heading {
text-decoration: underline;
}
.header-login__label {
color: #f00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment