Created
May 5, 2015 21:22
-
-
Save jehoshua02/00bb252f2b6b83215d46 to your computer and use it in GitHub Desktop.
BEM Renaming Example
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
{ | |
".modal" : ".modal", | |
".modal.modal-open" : ".modal--open", | |
".modal > .inner" : ".modal__inner", | |
".modal > .inner > .head" : ".modal__head", | |
".modal > .inner > .head > .title" : ".modal__title", | |
".modal > .inner > .head > .modal-toggle": ".modal__head > .modal-toggle", | |
".modal > .inner > .body" : ".modal__body", | |
".modal > .inner > .foot" : ".modal__foot" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment