Skip to content

Commit 2ef936d

Browse files
author
mrmrs
committed
Rebuild after merging in updates
1 parent 84336fc commit 2ef936d

File tree

8 files changed

+45
-21
lines changed

8 files changed

+45
-21
lines changed

components/cards/profile-card-title-subtitle/index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ <h2 class="f5">css</h2>
6464
border-color: rgba(0, 0, 0, .05);
6565
}
6666

67+
.br3 {
68+
border-radius: .5rem;
69+
}
70+
6771
.br-100 {
6872
border-radius: 100%;
6973
}
@@ -148,16 +152,16 @@ <h2 class="f5">css</h2>
148152
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
149153
<dl class="dib mr4 mt0">
150154
<dt class="db f6">Gzipped Size</dt>
151-
<dd class="ml0 b f3 f2-ns">367<small class="f6">B</small>
155+
<dd class="ml0 b f3 f2-ns">370<small class="f6">B</small>
152156
</dd>
153157
</dl>
154158
<dl class="dib mr4 mt0">
155159
<dt class="db f6">Selectors</dt>
156-
<dd class="ml0 b f3 f2-ns">21</dd>
160+
<dd class="ml0 b f3 f2-ns">22</dd>
157161
</dl>
158162
<dl class="dib mt0">
159163
<dt class="db f6">Declarations</dt>
160-
<dd class="ml0 b f3 f2-ns">24</dd>
164+
<dd class="ml0 b f3 f2-ns">25</dd>
161165
</dl>
162166
</div>
163167
<div class="fl w-100">

components/cards/profile-card/index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ <h2 class="f5">css</h2>
7575
border-color: rgba(0, 0, 0, .1);
7676
}
7777

78+
.br3 {
79+
border-radius: .5rem;
80+
}
81+
7882
.br-100 {
7983
border-radius: 100%;
8084
}
@@ -159,16 +163,16 @@ <h2 class="f5">css</h2>
159163
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
160164
<dl class="dib mr4 mt0">
161165
<dt class="db f6">Gzipped Size</dt>
162-
<dd class="ml0 b f3 f2-ns">373<small class="f6">B</small>
166+
<dd class="ml0 b f3 f2-ns">379<small class="f6">B</small>
163167
</dd>
164168
</dl>
165169
<dl class="dib mr4 mt0">
166170
<dt class="db f6">Selectors</dt>
167-
<dd class="ml0 b f3 f2-ns">21</dd>
171+
<dd class="ml0 b f3 f2-ns">22</dd>
168172
</dl>
169173
<dl class="dib mt0">
170174
<dt class="db f6">Declarations</dt>
171-
<dd class="ml0 b f3 f2-ns">25</dd>
175+
<dd class="ml0 b f3 f2-ns">26</dd>
172176
</dl>
173177
</div>
174178
<div class="fl w-100">

components/cards/text-card/index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ <h2 class="f5">css</h2>
7171
border-color: rgba(0, 0, 0, .1);
7272
}
7373

74+
.br3 {
75+
border-radius: .5rem;
76+
}
77+
7478
.br--top {
7579
border-bottom-left-radius: 0;
7680
border-bottom-right-radius: 0;
@@ -151,16 +155,16 @@ <h2 class="f5">css</h2>
151155
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
152156
<dl class="dib mr4 mt0">
153157
<dt class="db f6">Gzipped Size</dt>
154-
<dd class="ml0 b f3 f2-ns">379<small class="f6">B</small>
158+
<dd class="ml0 b f3 f2-ns">382<small class="f6">B</small>
155159
</dd>
156160
</dl>
157161
<dl class="dib mr4 mt0">
158162
<dt class="db f6">Selectors</dt>
159-
<dd class="ml0 b f3 f2-ns">19</dd>
163+
<dd class="ml0 b f3 f2-ns">20</dd>
160164
</dl>
161165
<dl class="dib mt0">
162166
<dt class="db f6">Declarations</dt>
163-
<dd class="ml0 b f3 f2-ns">27</dd>
167+
<dd class="ml0 b f3 f2-ns">28</dd>
164168
</dl>
165169
</div>
166170
<div class="fl w-100">

components/headers/rounded-avatar-title-subtitle/index.html

+10-4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ <h2 class="f5">css</h2>
5656
border-color: rgba(0, 0, 0, .1);
5757
}
5858

59+
.br3 {
60+
border-radius: .5rem;
61+
}
62+
5963
.fw2 {
6064
font-weight: 200;
6165
}
@@ -120,16 +124,16 @@ <h2 class="f5">css</h2>
120124
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
121125
<dl class="dib mr4 mt0">
122126
<dt class="db f6">Gzipped Size</dt>
123-
<dd class="ml0 b f3 f2-ns">308<small class="f6">B</small>
127+
<dd class="ml0 b f3 f2-ns">321<small class="f6">B</small>
124128
</dd>
125129
</dl>
126130
<dl class="dib mr4 mt0">
127131
<dt class="db f6">Selectors</dt>
128-
<dd class="ml0 b f3 f2-ns">15</dd>
132+
<dd class="ml0 b f3 f2-ns">16</dd>
129133
</dl>
130134
<dl class="dib mt0">
131135
<dt class="db f6">Declarations</dt>
132-
<dd class="ml0 b f3 f2-ns">18</dd>
136+
<dd class="ml0 b f3 f2-ns">19</dd>
133137
</dl>
134138
</div>
135139
<div class="fl w-100">
@@ -140,6 +144,8 @@ <h2 class="f5 mt4">Modules referenced</h2>
140144

141145
<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-colors">tachyons-border-colors</a></li>
142146

147+
<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>
148+
143149
<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-font-weight">tachyons-font-weight</a></li>
144150

145151
<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-heights">tachyons-heights</a></li>
@@ -166,7 +172,7 @@ <h2 class="f5 mt4">Modules referenced</h2>
166172

167173

168174
<h4 class="mt5">Install via npm <small class="fw2 f6 db mt1">Only installs the needed tachyons-modules for this component</small></h4>
169-
<code class="f6">npm i --save tachyons-borders tachyons-border-colors tachyons-font-weight tachyons-heights tachyons-letter-spacing tachyons-widths tachyons-skins tachyons-spacing tachyons-text-align tachyons-text-transform tachyons-type-scale</code>
175+
<code class="f6">npm i --save tachyons-borders tachyons-border-colors tachyons-border-radius tachyons-font-weight tachyons-heights tachyons-letter-spacing tachyons-widths tachyons-skins tachyons-spacing tachyons-text-align tachyons-text-transform tachyons-type-scale</code>
170176
<section class="bt b--black-10 mt5 pv4">
171177
<h1 class="f6 b ttu">Other Components</h1>
172178

components/lists/border-tight/index.html

+10-4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ <h2 class="f5">css</h2>
7171
border-color: #aaa;
7272
}
7373

74+
.br3 {
75+
border-radius: .5rem;
76+
}
77+
7478
.list {
7579
list-style-type: none;
7680
}
@@ -114,16 +118,16 @@ <h2 class="f5">css</h2>
114118
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
115119
<dl class="dib mr4 mt0">
116120
<dt class="db f6">Gzipped Size</dt>
117-
<dd class="ml0 b f3 f2-ns">234<small class="f6">B</small>
121+
<dd class="ml0 b f3 f2-ns">242<small class="f6">B</small>
118122
</dd>
119123
</dl>
120124
<dl class="dib mr4 mt0">
121125
<dt class="db f6">Selectors</dt>
122-
<dd class="ml0 b f3 f2-ns">11</dd>
126+
<dd class="ml0 b f3 f2-ns">12</dd>
123127
</dl>
124128
<dl class="dib mt0">
125129
<dt class="db f6">Declarations</dt>
126-
<dd class="ml0 b f3 f2-ns">16</dd>
130+
<dd class="ml0 b f3 f2-ns">17</dd>
127131
</dl>
128132
</div>
129133
<div class="fl w-100">
@@ -134,6 +138,8 @@ <h2 class="f5 mt4">Modules referenced</h2>
134138

135139
<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-colors">tachyons-border-colors</a></li>
136140

141+
<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>
142+
137143
<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-lists">tachyons-lists</a></li>
138144

139145
<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>
@@ -152,7 +158,7 @@ <h2 class="f5 mt4">Modules referenced</h2>
152158

153159

154160
<h4 class="mt5">Install via npm <small class="fw2 f6 db mt1">Only installs the needed tachyons-modules for this component</small></h4>
155-
<code class="f6">npm i --save tachyons-borders tachyons-border-colors tachyons-lists tachyons-max-widths tachyons-spacing tachyons-type-scale tachyons-utilities</code>
161+
<code class="f6">npm i --save tachyons-borders tachyons-border-colors tachyons-border-radius tachyons-lists tachyons-max-widths tachyons-spacing tachyons-type-scale tachyons-utilities</code>
156162
<section class="bt b--black-10 mt5 pv4">
157163
<h1 class="f6 b ttu">Other Components</h1>
158164

docs/table-of-properties/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h3 class="ttu tracked f4">Table of Properties</h3>
144144
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-color</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.b--black: var(--black)<br>.b--black-0125: var(--black-0125)<br>.b--black-025: var(--black-025)<br>.b--black-05: var(--black-05)<br>.b--black-10: var(--black-10)<br>.b--black-20: var(--black-20)<br>.b--black-30: var(--black-30)<br>.b--black-40: var(--black-40)<br>.b--black-50: var(--black-50)<br>.b--black-60: var(--black-60)<br>.b--black-70: var(--black-70)<br>.b--black-80: var(--black-80)<br>.b--black-90: var(--black-90)<br>.b--blue: var(--blue)<br>.b--dark-blue: var(--dark-blue)<br>.b--dark-gray: var(--dark-gray)<br>.b--dark-green: var(--dark-green)<br>.b--dark-pink: var(--dark-pink)<br>.b--dark-red: var(--dark-red)<br>.b--gold: var(--gold)<br>.b--gray: var(--gray)<br>.b--green: var(--green)<br>.b--hot-pink: var(--hot-pink)<br>.b--light-blue: var(--light-blue)<br>.b--light-gray: var(--light-gray)<br>.b--light-green: var(--light-green)<br>.b--light-pink: var(--light-pink)<br>.b--light-purple: var(--light-purple)<br>.b--light-red: var(--light-red)<br>.b--light-silver: var(--light-silver)<br>.b--light-yellow: var(--light-yellow)<br>.b--lightest-blue: var(--lightest-blue)<br>.b--mid-gray: var(--mid-gray)<br>.b--navy: var(--navy)<br>.b--near-black: var(--near-black)<br>.b--near-white: var(--near-white)<br>.b--orange: var(--orange)<br>.b--pink: var(--pink)<br>.b--purple: var(--purple)<br>.b--red: var(--red)<br>.b--silver: var(--silver)<br>.b--transparent: var(--transparent)<br>.b--washed-blue: var(--washed-blue)<br>.b--washed-green: var(--washed-green)<br>.b--washed-red: var(--washed-red)<br>.b--washed-yellow: var(--washed-yellow)<br>.b--white: var(--white)<br>.b--white-0125: var(--white-0125)<br>.b--white-025: var(--white-025)<br>.b--white-05: var(--white-05)<br>.b--white-10: var(--white-10)<br>.b--white-20: var(--white-20)<br>.b--white-30: var(--white-30)<br>.b--white-40: var(--white-40)<br>.b--white-50: var(--white-50)<br>.b--white-60: var(--white-60)<br>.b--white-70: var(--white-70)<br>.b--white-80: var(--white-80)<br>.b--white-90: var(--white-90)<br>.b--yellow: var(--yellow)</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-border-colors">border-colors</a></td></tr>
145145
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-left-style</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.bl: solid<br>.bl-l: solid<br>.bl-m: solid<br>.bl-ns: solid</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-borders">borders</a></td></tr>
146146
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-left-width</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.bl: 1px<br>.bl-0: 0<br>.bl-0-l: 0<br>.bl-0-m: 0<br>.bl-0-ns: 0<br>.bl-l: 1px<br>.bl-m: 1px<br>.bl-ns: 1px</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-borders">borders</a><br><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-border-widths">border-widths</a></td></tr>
147-
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-radius</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.br: .5rem<br>.br-100: 100%<br>.br-100-l: 100%<br>.br-100-m: 100%<br>.br-100-ns: 100%<br>.br-pill: 9999px<br>.br-pill-l: 9999px<br>.br-pill-m: 9999px<br>.br-pill-ns: 9999px<br>.br0: 0<br>.br0-l: 0<br>.br0-m: 0<br>.br0-ns: 0<br>.br1: .125rem<br>.br1-l: .125rem<br>.br1-m: .125rem<br>.br1-ns: .125rem<br>.br2: .25rem<br>.br2-l: .25rem<br>.br2-m: .25rem<br>.br2-ns: .25rem<br>.br3-l: .5rem<br>.br3-m: .5rem<br>.br3-ns: .5rem<br>.br4: 1rem<br>.br4-l: 1rem<br>.br4-m: 1rem<br>.br4-ns: 1rem</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-border-radius">border-radius</a></td></tr>
147+
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-radius</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.br-100: 100%<br>.br-100-l: 100%<br>.br-100-m: 100%<br>.br-100-ns: 100%<br>.br-pill: 9999px<br>.br-pill-l: 9999px<br>.br-pill-m: 9999px<br>.br-pill-ns: 9999px<br>.br0: 0<br>.br0-l: 0<br>.br0-m: 0<br>.br0-ns: 0<br>.br1: .125rem<br>.br1-l: .125rem<br>.br1-m: .125rem<br>.br1-ns: .125rem<br>.br2: .25rem<br>.br2-l: .25rem<br>.br2-m: .25rem<br>.br2-ns: .25rem<br>.br3: .5rem<br>.br3-l: .5rem<br>.br3-m: .5rem<br>.br3-ns: .5rem<br>.br4: 1rem<br>.br4-l: 1rem<br>.br4-m: 1rem<br>.br4-ns: 1rem</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-border-radius">border-radius</a></td></tr>
148148
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-radius-top-left</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.br--bottom-l: 0</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-border-radius">border-radius</a></td></tr>
149149
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-radius-top-right</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.br--bottom-l: 0</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-border-radius">border-radius</a></td></tr>
150150
<tr><td class="bb b--black-05 pv3"><pre class="f6 f5-l">border-right-style</pre></td><td class="bb b--black-05 pv3"><pre class="f6 f5-l">.br: solid<br>.br-l: solid<br>.br-m: solid<br>.br-ns: solid</pre></td><td class="bb b--black-05 pv2"><a class="link blue dim f6 f5-l" href="https://github.com/tachyons-css/tachyons-borders">borders</a></td></tr>

docs/table-of-styles/index.html

+1-1
Large diffs are not rendered by default.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3 class="f5 f3-ns mt4 fw6">Prototyping template</h3>
151151

152152
<section class="bt b--black-10 pv5 mt5 cf">
153153
<div class="fl-l w-100 w-50-l pr4-ns">
154-
<h3 class="mtn f5 f3-ns mt0">Start a New Project</h3>
154+
<h3 class="f5 f3-ns mt0">Start a New Project</h3>
155155
<p class="f6 f5-ns measure lh-copy mb4 mt0">
156156
Get setup and running with this ~7 minute screencast. Download the
157157
project and learn how to customize the tachyons source files and
@@ -264,7 +264,7 @@ <h2 class="f4 f2-ns fw6 mb2">Functional</h2>
264264
<h2 class="f4 f2-ns fw6 mb2">Multiple Flavors</h2>
265265
<p class="f5 measure lh-copy mt0">
266266
Don't like the class names? We've got <a class="black dim" href="https://github.com/tachyons-css/tachyons-verbose">a more verbose version you might like</a>.
267-
Want to use Sass instead of Postcss? <a class="black dim" href="http://github.com/tachyons-css/tachyons-sass">We've got a repo for that too :)</a> Tachyons isn't just a css toolkit. It's a design system. Utitlized here in a <a class="black dim" href="https://github.com/tachyons-css/react-native-style-tachyons">react native boilerplate.</a>
267+
Want to use Sass instead of Postcss? <a class="black dim" href="http://github.com/tachyons-css/tachyons-sass">We've got a repo for that too :)</a> Tachyons isn't just a css toolkit. It's a design system. Utitlized here in a <a class="black dim" href"https://github.com/tachyons-css/react-native-style-tachyons">react native boilerplate.</a>
268268
</p>
269269
</article>
270270
</div>

0 commit comments

Comments
 (0)