Skip to content

Instantly share code, notes, and snippets.

@hlb
Created July 25, 2013 03:07
Show Gist options
  • Save hlb/6076624 to your computer and use it in GitHub Desktop.
Save hlb/6076624 to your computer and use it in GitHub Desktop.
.error {
border: 1px #f00;
background-color: #fdd;
}
.error.intrusion {
background-image: url("/image/hacked.png");
}
.seriousError {
@extend .error;
border-width: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment