Skip to content

Instantly share code, notes, and snippets.

@KamiKillertO
Last active February 14, 2018 16:18
Show Gist options
  • Select an option

  • Save KamiKillertO/2189e7ef835ad4a23f74bb8ca0a8a6da to your computer and use it in GitHub Desktop.

Select an option

Save KamiKillertO/2189e7ef835ad4a23f74bb8ca0a8a6da to your computer and use it in GitHub Desktop.
Better UI testing in Ember Raw BEM_OOCSS.css
.ComponentName {}
.ComponentName--modifierName {}
.ComponentName__descendantName {}
.ComponentName.is-stateOfComponent {}
/* Example */
.dropdown {}
.dropdown--large {}
.dropdown__button{}
.dropdown.is-open {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment