24
24
</ head >
25
25
< body class ="w-100 sans-serif bg-white ">
26
26
< main >
27
- < article class ="center mw5 mw6-ns br3 hidden ba mv4 ">
28
- < h1 class ="f4 bg-near-black br3 br--top white-80 mv0 pv2 ph3 "> Title of card</ h1 >
27
+ < article class ="center mw5 mw6-ns hidden ba mv4 ">
28
+ < h1 class ="f4 bg-near-black white mv0 pv2 ph3 "> Title of card</ h1 >
29
29
< div class ="pa3 bt ">
30
30
< p class ="f6 f5-ns lh-copy measure pv0 ">
31
31
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
@@ -42,8 +42,8 @@ <h1 class="f4 f3-ns mt4">Basic Text Card</h1>
42
42
< h2 class ="f5 "> HTML</ h2 >
43
43
< p class ="f5 black-70 "> </ p >
44
44
< pre class ="pa3 ba br2 b--black-10 h5 bg-white-20 " id ="html ">
45
- <article class="center mw5 mw6-ns br3 hidden ba mv4">
46
- <h1 class="f4 bg-near-black br3 br--top white-80 mv0 pv2 ph3">Title of card</h1>
45
+ <article class="center mw5 mw6-ns hidden ba mv4">
46
+ <h1 class="f4 bg-near-black white mv0 pv2 ph3">Title of card</h1>
47
47
<div class="pa3 bt">
48
48
<p class="f6 f5-ns lh-copy measure pv0">
49
49
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
@@ -67,15 +67,6 @@ <h2 class="f5">css</h2>
67
67
border-top-width: 1px;
68
68
}
69
69
70
- .br3 {
71
- border-radius: .5rem;
72
- }
73
-
74
- .br--top {
75
- border-bottom-left-radius: 0;
76
- border-bottom-right-radius: 0;
77
- }
78
-
79
70
.lh-copy {
80
71
line-height: 1.5;
81
72
}
@@ -84,8 +75,8 @@ <h2 class="f5">css</h2>
84
75
max-width: 16rem;
85
76
}
86
77
87
- .white-80 {
88
- color: rgba(255, 255, 255, .8) ;
78
+ .white {
79
+ color: #fff ;
89
80
}
90
81
91
82
.bg-near-black {
@@ -156,16 +147,16 @@ <h2 class="f5">css</h2>
156
147
< h2 class ="f5 mb3 mt4 "> Css stats for this component</ h2 >
157
148
< dl class ="dib mr4 mt0 ">
158
149
< dt class ="db f6 "> Gzipped Size</ dt >
159
- < dd class ="ml0 b f3 f2-ns "> 383 < small class ="f6 "> B</ small >
150
+ < dd class ="ml0 b f3 f2-ns "> 342 < small class ="f6 "> B</ small >
160
151
</ dd >
161
152
</ dl >
162
153
< dl class ="dib mr4 mt0 ">
163
154
< dt class ="db f6 "> Selectors</ dt >
164
- < dd class ="ml0 b f3 f2-ns "> 20 </ dd >
155
+ < dd class ="ml0 b f3 f2-ns "> 18 </ dd >
165
156
</ dl >
166
157
< dl class ="dib mt0 ">
167
158
< dt class ="db f6 "> Declarations</ dt >
168
- < dd class ="ml0 b f3 f2-ns "> 29 </ dd >
159
+ < dd class ="ml0 b f3 f2-ns "> 26 </ dd >
169
160
</ dl >
170
161
</ div >
171
162
< div class ="fl w-100 ">
@@ -174,8 +165,6 @@ <h2 class="f5 mt4">Modules referenced</h2>
174
165
175
166
< li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-borders "> tachyons-borders</ a > </ li >
176
167
177
- < li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-border-radius "> tachyons-border-radius</ a > </ li >
178
-
179
168
< li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-line-height "> tachyons-line-height</ a > </ li >
180
169
181
170
< li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-max-widths "> tachyons-max-widths</ a > </ li >
@@ -198,7 +187,7 @@ <h2 class="f5 mt4">Modules referenced</h2>
198
187
199
188
200
189
< h4 class ="mt5 "> Install via npm < small class ="fw2 f6 db mt1 "> Only installs the needed tachyons-modules for this component</ small > </ h4 >
201
- < code class ="f6 "> npm i --save tachyons-borders tachyons-border-radius tachyons- line-height tachyons-max-widths tachyons-skins tachyons-spacing tachyons-type-scale tachyons-typography tachyons-utilities</ code >
190
+ < code class ="f6 "> npm i --save tachyons-borders tachyons-line-height tachyons-max-widths tachyons-skins tachyons-spacing tachyons-type-scale tachyons-typography tachyons-utilities</ code >
202
191
< section class ="bt b--black-10 mt5 pv4 ">
203
192
< h1 class ="f6 b ttu "> Other Components</ h1 >
204
193
0 commit comments