Clean images + README
This commit is contained in:
@@ -13,8 +13,7 @@ Boilerplate for [`Charcoal`](#http://charcoal.locomotive.ca) projects by Locomot
|
|||||||
* **Generic:** Low-specificity, far-reaching rulesets (e.g. resets).
|
* **Generic:** Low-specificity, far-reaching rulesets (e.g. resets).
|
||||||
* **Base:** Unclassed HTML elements (e.g. `a {}`, `blockquote {}`, `address {}`).
|
* **Base:** Unclassed HTML elements (e.g. `a {}`, `blockquote {}`, `address {}`).
|
||||||
* **Objects:** Objects, abstractions, and design patterns (e.g. `.media {}`).
|
* **Objects:** Objects, abstractions, and design patterns (e.g. `.media {}`).
|
||||||
* **Components:** Discrete, complete chunks of UI (e.g. `.carousel {}`). This is
|
* **Components:** Discrete, complete chunks of UI (e.g. `.carousel {}`).
|
||||||
the one layer that inuitcss doesn’t get involved with.
|
|
||||||
* **Trumps:** High-specificity, very explicit selectors. Overrides and helper
|
* **Trumps:** High-specificity, very explicit selectors. Overrides and helper
|
||||||
classes (e.g. `.hidden {}`).
|
classes (e.g. `.hidden {}`).
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Generic
|
Generic Resets
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user