Clean images + README

This commit is contained in:
Antoine Boulanger
2015-02-16 12:36:58 -05:00
parent 8a335ab020
commit c0c01a7467
4 changed files with 6 additions and 11 deletions

View File

@@ -13,8 +13,7 @@ Boilerplate for [`Charcoal`](#http://charcoal.locomotive.ca) projects by Locomot
* **Generic:** Low-specificity, far-reaching rulesets (e.g. resets).
* **Base:** Unclassed HTML elements (e.g. `a {}`, `blockquote {}`, `address {}`).
* **Objects:** Objects, abstractions, and design patterns (e.g. `.media {}`).
* **Components:** Discrete, complete chunks of UI (e.g. `.carousel {}`). This is
the one layer that inuitcss doesnt get involved with.
* **Components:** Discrete, complete chunks of UI (e.g. `.carousel {}`).
* **Trumps:** High-specificity, very explicit selectors. Overrides and helper
classes (e.g. `.hidden {}`).