Skip to content

Instantly share code, notes, and snippets.

@zachinglis
Created June 9, 2014 15:25
Show Gist options
  • Save zachinglis/511552339d7d28009958 to your computer and use it in GitHub Desktop.
Save zachinglis/511552339d7d28009958 to your computer and use it in GitHub Desktop.
.panel {
// Base styles
&-important {
@extend .panel;
background: {
color: red;
}
}
&--header {
text-transform: uppercase;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment