Skip to content

Instantly share code, notes, and snippets.

@backflip
Created May 8, 2015 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backflip/8cab915096c487933614 to your computer and use it in GitHub Desktop.
Save backflip/8cab915096c487933614 to your computer and use it in GitHub Desktop.
inheritance.css
body {
background: pink; }
footer {
background: red; }
.error, .badError {
border: #f00;
background: #fdd; }
.error.intrusion, .intrusion.badError {
font-size: 1.3em;
font-weight: bold; }
.badError {
border-width: 3px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment