first
Introduction
1.
How to use
2.
Concepts
2.1.
Principles
2.2.
The DRY way
3.
Naming conventions
4.
Layout
4.1.
Structure
4.2.
Sizing
4.3.
Alignment
4.4.
Wrapping
5.
Animation
6.
Buttons
7.
Forms
8.
Loading
9.
Media
10.
Media Query
11.
Position
12.
Shapes
13.
State
14.
Text
Powered by
GitBook
first
Principles
Design for reusability.
Keep style separate from content.
Specificity no deeper than one level. Yes, that hard. Only for modifiers (in some cases) are allowed to reach level two.
Don't repeat yourself (DRY). Avoid it.