Skip to content

Instantly share code, notes, and snippets.

@hadynz
Forked from wrumsby/names.css
Last active August 29, 2015 14:17
Show Gist options
  • Save hadynz/38b5cc692c4328ca45e0 to your computer and use it in GitHub Desktop.
Save hadynz/38b5cc692c4328ca45e0 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