Skip to content

Instantly share code, notes, and snippets.

@rosemarydotworld
Last active October 20, 2016 05:55
Show Gist options
  • Save rosemarydotworld/2282a52ffa2cd39235f2 to your computer and use it in GitHub Desktop.
Save rosemarydotworld/2282a52ffa2cd39235f2 to your computer and use it in GitHub Desktop.
How does Liam start projects? Let's find out!
* Reset (either normalize.css or Eric Meyer's reset.css)
* Bourbon
* Neat
* Variables
* Standard colors (go for $red instead of $error)
* Standard sizes
* Font stacks
* Standard media query parameters (named)
* Utilities/
* Grid helper classes and placeholders
* Functions for auxiliary shorthand
* Nonobjective classes
* Icons/ (icon fonts etc.)
* Layout/
* Classes for top-level elements and their positioning and spacial relationships
* Modules/
* Classes for individual objects, their style and behavior
* Include modifiers, states, and variants
* Import additional files inside modules to separate different submodules or variants
* Contexts/
* Classes that modify their children, usually for typesetting main content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment