Created
March 7, 2013 16:19
-
-
Save MoOx/5109228 to your computer and use it in GitHub Desktop.
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
/* Templates Rules (using Sass placeholders) */ | |
%template-name | |
%template-name--modifier-name | |
%template-name__sub-object | |
%template-name__sub-object--modifier-name | |
/* Component Rules */ | |
.component-name | |
.component-name--modifier-name | |
.component-name__sub-object | |
.component-name__sub-object--modifier-name | |
/* Layout Rules */ | |
.l-layout-method | |
.grid | |
/* State Rules */ | |
.is-state-type | |
/* Non-styled JavaScript Hooks */ | |
.js-action-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment