Skip to content

Instantly share code, notes, and snippets.

@walidvb
Created August 28, 2014 13:22
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 walidvb/001746fbe9cfb324988c to your computer and use it in GitHub Desktop.
Save walidvb/001746fbe9cfb324988c to your computer and use it in GitHub Desktop.
a {
color: blue;
@media (max-width:100){
color: red;
}
}
b{
@extend a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment