Skip to content

Instantly share code, notes, and snippets.

@ellenbrook
Forked from wrumsby/names.css
Last active August 29, 2015 14:11
Show Gist options
  • Save ellenbrook/2e056af0732aae3453a7 to your computer and use it in GitHub Desktop.
Save ellenbrook/2e056af0732aae3453a7 to your computer and use it in GitHub Desktop.
/* Base styles */
body {}
p {}
/* .layout-{name} */
.layout-sidebar {}
/* .{moduleName} */
.modal {}
/* .{moduleName}--{subComponent} */
.modal--header {}
/* .{moduleName} */
.button {}
/* .{moduleName}-is-{stateName} */
.button-is-disabled {}
/* .{moduleName}-{subModule} */
.button-default {}
/* .{moduleName}-{subModule} */
.button-primary {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment