Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 12, 2014 10:00
Show Gist options
  • Save alfredbez/a2788a58a0d9c23a5d9d to your computer and use it in GitHub Desktop.
Save alfredbez/a2788a58a0d9c23a5d9d 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;
}
.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