Skip to content

Instantly share code, notes, and snippets.

@dawidw
Last active December 21, 2015 17:38
Show Gist options
  • Save dawidw/6341515 to your computer and use it in GitHub Desktop.
Save dawidw/6341515 to your computer and use it in GitHub Desktop.
example 1a
.block {
&.red {
color: red;
}
}
.block.red {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment