Skip to content

Instantly share code, notes, and snippets.

@robwierzbowski
Last active November 2, 2017 02:34
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 robwierzbowski/7f70e4679e5d668ebc353cd9cc7a6508 to your computer and use it in GitHub Desktop.
Save robwierzbowski/7f70e4679e5d668ebc353cd9cc7a6508 to your computer and use it in GitHub Desktop.
Example modifier rulesets
.userSummary {
/* element rules */
&.--compact {
/* modifier rules */
}
}
.image {
/* element rules */
.userSummary.--compact & {
/* modifier rules */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment