9
9
< meta name ="author " content ="@mr3rs ">
10
10
< meta name ="description " content ="CSS ">
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
- < link rel ="stylesheet " href ="/css/tachyons.css ">
12
+ < link rel ="stylesheet " href ="/css/tachyons.min. css ">
13
13
</ head >
14
14
< body class ="w-100 sans-serif ">
15
-
16
15
< header class ="w-100 pa3 ph5-ns bg-near-white ">
17
16
< div class ="dt w-100 ">
18
17
< div class ="dtc v-mid tl w-50 ">
42
41
</ header >
43
42
44
43
< main class ="">
45
- < article class ="bg-near-white bt b--black-10 ph3 pt3 ph5-ns ">
44
+ < article class ="bg-near-white bt b--black-10 pa3 ph5-ns ">
46
45
< h4 class ="f4 mv0 fw6 dib mr4 "> tachyons-widths</ h4 >
47
46
< span class ="f4 b dib pl0 ml0 mr4 "> v4.0.1</ span >
48
47
< span class ="f4 b dib pl0 ml0 mr4 "> 318 B</ span >
@@ -63,6 +62,45 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-widths</h4>
63
62
< dt class ="f6 db pr2 "> Size of Avg. Rule </ dt >
64
63
< dd class ="db pl0 ml0 f4 f2-ns b "> 1</ dd >
65
64
</ dl >
65
+ < p class ="measure f5 f4-ns lh-copy ">
66
+ The widths module contains both a five-step width scale based on powers of two
67
+ as well as a series of percentage values that can be combined with floats for
68
+ an infinitely nestable and fully responsive grid system.
69
+ </ p >
70
+ < p class ="measure f6 lh-copy ">
71
+ Class name structure is as follows:
72
+ < pre >
73
+ Base:
74
+ w = width
75
+
76
+ Modifiers
77
+ 1 = 1st step in width scale
78
+ 2 = 2nd step in width scale
79
+ 3 = 3rd step in width scale
80
+ 4 = 4th step in width scale
81
+ 5 = 5th step in width scale
82
+
83
+ -10 = literal value 10%
84
+ -20 = literal value 20%
85
+ -25 = literal value 25%
86
+ -33 = literal value 33%
87
+ -34 = literal value 34%
88
+ -40 = literal value 40%
89
+ -50 = literal value 50%
90
+ -60 = literal value 60%
91
+ -75 = literal value 75%
92
+ -80 = literal value 80%
93
+ -100 = literal value 100%
94
+
95
+ -auto = string value auto
96
+
97
+
98
+ Media Query Extensions:
99
+ -ns = not-small
100
+ -m = medium
101
+ -l = large
102
+ </ pre >
103
+ </ p >
66
104
</ div >
67
105
</ article >
68
106
< div class ="ph3 ph5-ns pt4 pb5 ">
0 commit comments