Last active
February 14, 2018 16:18
-
-
Save KamiKillertO/2189e7ef835ad4a23f74bb8ca0a8a6da to your computer and use it in GitHub Desktop.
Better UI testing in Ember Raw BEM_OOCSS.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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