Skip to content

Instantly share code, notes, and snippets.

@takkaria
Created June 12, 2015 18:52
Show Gist options
  • Save takkaria/c303f19c43565ef77c34 to your computer and use it in GitHub Desktop.
Save takkaria/c303f19c43565ef77c34 to your computer and use it in GitHub Desktop.
Notes from reading SMACSS
  • Split into base (single element styles), layout (grids etc), modules
  • Modules are defined by a class
  • Avoid using context to style things - e.g. #pagename .modulename - use sub-classing instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment