Skip to content

Instantly share code, notes, and snippets.

@MoOx
Created March 7, 2013 16:19
Show Gist options
  • Save MoOx/5109228 to your computer and use it in GitHub Desktop.
Save MoOx/5109228 to your computer and use it in GitHub Desktop.
/* 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