You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple 12-column framework utilizing CSS grid, built with a focus on keeping the syntax simple and readable.
13
13
14
14
* Simple syntax powered by responsive modifiers
15
-
* Pure CSS, no precomiling or other tools needed.
15
+
* Pure CSS, no precompiling or other tools needed.
16
16
* Fully responsive
17
17
* Infinite nesting
18
18
@@ -45,7 +45,7 @@ Class | Usage | Accepts modifiers
45
45
46
46
### Column spans
47
47
48
-
Elements can span multipl columns using the `.col-{n}` class
48
+
Elements can span multiple columns using the `.col-{n}` class
49
49
50
50
```html
51
51
<divclass='col-row'>
@@ -57,7 +57,7 @@ Elements can span multipl columns using the `.col-{n}` class
57
57
58
58
### Responsive Modifiers
59
59
60
-
Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appanded to any `.col-` class to change based on browser size.
60
+
Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appended to any `.col-` class to change based on browser size.
0 commit comments