1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

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 {}`).

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/* ==========================================================================
Generic
Generic Resets
========================================================================== */
html {
box-sizing: border-box;