Skip to content

Instantly share code, notes, and snippets.

@ivn-cote
Created April 25, 2017 20:48
Show Gist options
  • Select an option

  • Save ivn-cote/e3abd667d837f8710dc3711830a5db8e to your computer and use it in GitHub Desktop.

Select an option

Save ivn-cote/e3abd667d837f8710dc3711830a5db8e to your computer and use it in GitHub Desktop.
// good enough
.block {
.element {
}
.element.element_modifier {
}
}
.block.block_modifier {
}
<div class="block">
<div class="element">
<div class="element element_modifier">
</div>
<div class="block block_modifier">
<div class="element">
<div class="element element_modifier">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment