4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=Edge ">
6
6
< title >
7
- Floats / Layout / Docs / TACHYONS
7
+ < %= name % > / Layout / Docs / TACHYONS
8
8
</ title >
9
- < meta name ="author " content ="@mr3rs ">
9
+ < meta name ="author " content ="@mrmrs ">
10
10
< meta name ="description " content ="CSS ">
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
12
< link rel ="stylesheet " href ="/css/tachyons.css ">
15
15
16
16
< %= siteHeader %>
17
17
< main class ="">
18
- < article class ="bg-near-white bt b--black-10 ph3 pt3 ph5-ns ">
18
+ < article class ="bg-near-white bt b--black-10 pa3 ph5-ns ">
19
19
< h4 class ="f4 mv0 fw6 dib mr4 "> < %= name %> </ h4 >
20
20
< span class ="f4 b dib pl0 ml0 mr4 "> v< %= moduleVersion %> </ span >
21
21
< span class ="f4 b dib pl0 ml0 mr4 "> < %= moduleSize %> </ span >
@@ -37,6 +37,19 @@ <h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
37
37
< dd class ="db pl0 ml0 f4 f2-ns b "> < %= moduleObj.rules.size.average %> </ dd >
38
38
</ dl >
39
39
</ div >
40
+ < p class ="measure f3 lh-copy ">
41
+ Single purpose classes for setting the display of an element at any breakpoint.
42
+ </ p >
43
+ < p class ="measure f4 lh-copy ">
44
+ Floats may be set on any element, but it will only affect elements
45
+ that aren't absolutely positioned. When you float an element
46
+ you inherintly set it's display to block.
47
+ </ p >
48
+ < p class ="measure f4 lh-copy ">
49
+ There are only three values that can be declared for float: left, right, or none.
50
+ These three base classes are very easy to memorize: fl, fr, fn.
51
+ Combine float left/right with width utilities to create fluid multi-column layouts.
52
+ </ p >
40
53
</ article >
41
54
< div class ="ph3 ph5-ns pt4 pb5 ">
42
55
< h2 class ="f3 bold "> Examples</ h2 >
0 commit comments