-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (26 loc) · 852 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/ |_| | | |\| |/ (
\ | | |_| | | |\ )
Chunks is a minimalist CSS layout system.
* Only layout, no typography, reset or forms.
* Can be used for fluid layouts.
* Based on divisions, not on a grid.
* Less than 500 octets, a very small footprint on your bandwidth usage.
* Requires no ".last", ".lastUnit" or ".omega" rule. Leads to cleaner HTML.
* Tests are not showcase pages, but tests.
Core Rules
----------
### .Wrapper
### .Chunk
### .d
### .by2, .by3, .by4, .by5
### .x2, .x3, .x4
Utility Rules
-------------
### .cf
### .hidden
Browser Support
---------------
Works perfectly in Chrome, Firefox, Safari, Opera, and probably others.
It MAY work in IE, I don't have any machine capable of running it. If you want
to help, you can check the tests (test.html), make changes when appropriate,
and send me a pull request on GitHub.