Skip to content

Commit 9ff3580

Browse files
author
mrmrs
committed
Update the modules code
1 parent 768eadf commit 9ff3580

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+66
-510
lines changed

docs/elements/tables/index.html

-7
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
127127

128128
*/
129129

130-
:root {
131-
--light-silver: #aaa;
132-
--moon-gray: #ccc;
133-
--light-gray: #eee;
134-
--near-white: #f4f4f4;
135-
}
136-
137130
.collapse {
138131
border-collapse: collapse;
139132
border-spacing: 0;

docs/layout/display/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
210210
</header>
211211
<pre class="ph3 ph5-ns">
212212
<code class="code" style="font-size: .75rem;">
213-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
214-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
215-
@custom-media --breakpoint-large screen and (min-width: 64em);
216-
217213
/*
218214

219215
DISPLAY

docs/layout/floats/index.html

-7
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
132132
</header>
133133
<pre class="ph3 ph5-ns">
134134
<code class="code" style="font-size: .75rem;">
135-
136-
/* Media Query Variables */
137-
138-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
139-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
140-
@custom-media --breakpoint-large screen and (min-width: 64em);
141-
142135
/*
143136

144137
FLOATS

docs/layout/heights/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
184184
</header>
185185
<pre class="ph3 ph5-ns">
186186
<code class="code" style="font-size: .75rem;">
187-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
188-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
189-
@custom-media --breakpoint-large screen and (min-width: 64em);
190-
191187
/*
192188

193189
HEIGHTS

docs/layout/max-widths/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
243243
</header>
244244
<pre class="ph3 ph5-ns">
245245
<code class="code" style="font-size: .75rem;">
246-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
247-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
248-
@custom-media --breakpoint-large screen and (min-width: 64em);
249-
250246
/*
251247

252248
MAX WIDTHS

docs/layout/position/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
158158
</header>
159159
<pre class="ph3 ph5-ns">
160160
<code class="code" style="font-size: .75rem;">
161-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
162-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
163-
@custom-media --breakpoint-large screen and (min-width: 64em);
164-
165161
/*
166162

167163
POSITIONING

docs/layout/widths/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
205205
</header>
206206
<pre class="ph3 ph5-ns">
207207
<code class="code" style="font-size: .75rem;">
208-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
209-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
210-
@custom-media --breakpoint-large screen and (min-width: 64em);
211-
212208
/*
213209

214210
WIDTHS

docs/themes/background-size/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
110110
</header>
111111
<pre class="ph3 ph5-ns">
112112
<code class="code" style="font-size: .75rem;">
113-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
114-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
115-
@custom-media --breakpoint-large screen and (min-width: 64em);
116-
117113
/*
118114

119115
BACKGROUND SIZE

docs/themes/border-radius/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
121121
</header>
122122
<pre class="ph3 ph5-ns">
123123
<code class="code" style="font-size: .75rem;">
124-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
125-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
126-
@custom-media --breakpoint-large screen and (min-width: 64em);
127-
128124
/*
129125

130126
BORDER RADIUS

docs/themes/borders/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
556556
</header>
557557
<pre class="ph3 ph5-ns">
558558
<code class="code" style="font-size: .75rem;">
559-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
560-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
561-
@custom-media --breakpoint-large screen and (min-width: 64em);
562-
563559
/*
564560

565561
BORDER BASE

docs/themes/box-shadow/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
108108
</header>
109109
<pre class="ph3 ph5-ns">
110110
<code class="code" style="font-size: .75rem;">
111-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
112-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
113-
@custom-media --breakpoint-large screen and (min-width: 64em);
114-
115111
/*
116112

117113
BOX-SHADOW

docs/themes/hovers/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
129129
</header>
130130
<pre class="ph3 ph5-ns">
131131
<code class="code" style="font-size: .75rem;">
132-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
133-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
134-
@custom-media --breakpoint-large screen and (min-width: 64em);
135132
/*
136133

137134
HOVER EFFECTS

docs/themes/skins/index.html

-74
Original file line numberDiff line numberDiff line change
@@ -4991,80 +4991,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
49914991
</header>
49924992
<pre class="ph3 ph5-ns">
49934993
<code class="code" style="font-size: .75rem;">
4994-
/*
4995-
4996-
COLOR VARIABLES
4997-
4998-
Variables to set colors for
4999-
color, background-color, and border-color
5000-
5001-
*/
5002-
5003-
/* variables */
5004-
:root {
5005-
5006-
--black-90: rgba(0,0,0,.9);
5007-
--black-80: rgba(0,0,0,.8);
5008-
--black-70: rgba(0,0,0,.7);
5009-
--black-60: rgba(0,0,0,.6);
5010-
--black-50: rgba(0,0,0,.5);
5011-
--black-40: rgba(0,0,0,.4);
5012-
--black-30: rgba(0,0,0,.3);
5013-
--black-20: rgba(0,0,0,.2);
5014-
--black-10: rgba(0,0,0,.1);
5015-
--black-05: rgba(0,0,0,.05);
5016-
5017-
--white-90: rgba(255,255,255,.9);
5018-
--white-80: rgba(255,255,255,.8);
5019-
--white-70: rgba(255,255,255,.7);
5020-
--white-60: rgba(255,255,255,.6);
5021-
--white-50: rgba(255,255,255,.5);
5022-
--white-40: rgba(255,255,255,.4);
5023-
--white-30: rgba(255,255,255,.3);
5024-
--white-20: rgba(255,255,255,.2);
5025-
--white-10: rgba(255,255,255,.1);
5026-
5027-
--transparent: transparent;
5028-
5029-
--black: #000;
5030-
--near-black: #111;
5031-
--dark-gray:#333;
5032-
--mid-gray:#555;
5033-
--gray: #777;
5034-
--silver: #999;
5035-
--light-silver: #aaa;
5036-
--moon-gray: #ccc;
5037-
--light-gray: #eee;
5038-
--near-white: #f4f4f4;
5039-
--white: #fff;
5040-
5041-
--dark-red: #f00008;
5042-
--red: #ff3223;
5043-
--orange: #f3a801;
5044-
--gold: #f2c800;
5045-
--yellow: #ffde37;
5046-
--purple: #7d5da9;
5047-
--light-purple: #8d4f92;
5048-
--hot-pink: #d62288;
5049-
--dark-pink: #c64774;
5050-
--pink: #f49cc8;
5051-
--dark-green: #006c71;
5052-
--green: #41d69f;
5053-
--navy: #001b44;
5054-
--dark-blue: #00449e;
5055-
--blue: #357edd;
5056-
--light-blue: #96ccff;
5057-
--lightest-blue: #cdecff;
5058-
--washed-blue: #f6fffe;
5059-
--washed-green: #e8fdf5;
5060-
--washed-yellow: #fff8d5;
5061-
--light-pink: #efa4b8;
5062-
--light-yellow: #f3dd70;
5063-
--light-red: #ffd3c0;
5064-
5065-
}
5066-
5067-
50684994
/*
50694995

50704996
SKINS

docs/typography/font-style/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
117117
</header>
118118
<pre class="ph3 ph5-ns">
119119
<code class="code" style="font-size: .75rem;">
120-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
121-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
122-
@custom-media --breakpoint-large screen and (min-width: 64em);
123-
124120
/*
125121

126122
FONT STYLE

docs/typography/font-weight/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
128128
</header>
129129
<pre class="ph3 ph5-ns">
130130
<code class="code" style="font-size: .75rem;">
131-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
132-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
133-
@custom-media --breakpoint-large screen and (min-width: 64em);
134-
135131
/*
136132

137133
FONT WEIGHT

docs/typography/line-height/index.html

-5
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
136136
</header>
137137
<pre class="ph3 ph5-ns">
138138
<code class="code" style="font-size: .75rem;">
139-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
140-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
141-
@custom-media --breakpoint-large screen and (min-width: 64em);
142-
143-
144139
/*
145140

146141
LINE HEIGHT / LEADING

docs/typography/measure/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
259259
</header>
260260
<pre class="ph3 ph5-ns">
261261
<code class="code" style="font-size: .75rem;">
262-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
263-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
264-
@custom-media --breakpoint-large screen and (min-width: 64em);
265-
266262
/*
267263

268264
TYPOGRAPHY

docs/typography/scale/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
185185
</header>
186186
<pre class="ph3 ph5-ns">
187187
<code class="code" style="font-size: .75rem;">
188-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
189-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
190-
@custom-media --breakpoint-large screen and (min-width: 64em);
191-
192188
/*
193189

194190
TYPE SCALE

docs/typography/text-align/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
117117
</header>
118118
<pre class="ph3 ph5-ns">
119119
<code class="code" style="font-size: .75rem;">
120-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
121-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
122-
@custom-media --breakpoint-large screen and (min-width: 64em);
123-
124120
/*
125121

126122
TEXT ALIGN

docs/typography/text-decoration/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
113113
</header>
114114
<pre class="ph3 ph5-ns">
115115
<code class="code" style="font-size: .75rem;">
116-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
117-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
118-
@custom-media --breakpoint-large screen and (min-width: 64em);
119-
120116
/*
121117

122118
TEXT DECORATION

docs/typography/text-transform/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
115115
</header>
116116
<pre class="ph3 ph5-ns">
117117
<code class="code" style="font-size: .75rem;">
118-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
119-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
120-
@custom-media --breakpoint-large screen and (min-width: 64em);
121-
122118
/*
123119

124120
TEXT TRANSFORM

docs/typography/tracking/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
117117
</header>
118118
<pre class="ph3 ph5-ns">
119119
<code class="code" style="font-size: .75rem;">
120-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
121-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
122-
@custom-media --breakpoint-large screen and (min-width: 64em);
123-
124120
/*
125121

126122
LETTER SPACING

docs/typography/vertical-align/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
154154
</header>
155155
<pre class="ph3 ph5-ns">
156156
<code class="code" style="font-size: .75rem;">
157-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
158-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
159-
@custom-media --breakpoint-large screen and (min-width: 64em);
160-
161157
/*
162158

163159
VERTICAL ALIGN

docs/typography/white-space/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
161161
</header>
162162
<pre class="ph3 ph5-ns">
163163
<code class="code" style="font-size: .75rem;">
164-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
165-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
166-
@custom-media --breakpoint-large screen and (min-width: 64em);
167-
168164
/*
169165

170166
WHITE SPACE

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1 class="f4 fw6 f1-ns lh-title measure mt0">
9999
</div>
100100
<div class="fl-l w-50-l tl tc-ns pt4 pt5-ns">
101101
<a class="fw6 dib ba b--black-20 bg-white-05 f5 ph4 pv3 link br2 black-70 grow" href="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css">Download
102-
<code class="fw4 di black-60 mono">v4.1.1</code>
102+
<code class="f6 fw4 di">v4.1.1</code>
103103
</a>
104104

105105

Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{{{
22
"bodyClass" : "bg-white"
33
}}}
4-
<nav class="db dt-ns w-100 border-box pa3 ph5-ns">
5-
<a class="db dtc-ns v-mid mid-gray link dim w-100 w-25-ns tc tl-ns mb2 mb0-ns" href="#" title="Home">
4+
<nav class="db dt-l w-100 border-box pa3 ph5-l">
5+
<a class="db dtc-l v-mid mid-gray link dim w-100 w-25-l tc tl-l mb2 mb0-l" href="#" title="Home">
66
<img src="/img/logo.jpg" class="dib w2 h2 br-100" alt="Site Name">
77
</a>
8-
<div class="db dtc-ns v-mid w-100 w-75-ns tc tr-ns">
9-
<a class="link dim dark-gray f6 f5-ns dib mr3 mr4-ns" href="#" title="Home">Home</a>
10-
<a class="link dim dark-gray f6 f5-ns dib mr3 mr4-ns" href="#" title="How it Works">How it Works</a>
11-
<a class="link dim dark-gray f6 f5-ns dib mr3 mr4-ns" href="#" title="Blog">Blog</a>
12-
<a class="link dim dark-gray f6 f5-ns dib mr3 mr4-ns" href="#" title="Press">Press</a>
13-
<a class="link dim dark-gray f6 f5-ns dib" href="#" title="Contact">Contact</a>
8+
<div class="db dtc-l v-mid w-100 w-75-l tc tr-l">
9+
<a class="link dim dark-gray f6 f5-l dib mr3 mr4-l" href="#" title="Home">Home</a>
10+
<a class="link dim dark-gray f6 f5-l dib mr3 mr4-l" href="#" title="How it Works">How it Works</a>
11+
<a class="link dim dark-gray f6 f5-l dib mr3 mr4-l" href="#" title="Blog">Blog</a>
12+
<a class="link dim dark-gray f6 f5-l dib mr3 mr4-l" href="#" title="Press">Press</a>
13+
<a class="link dim dark-gray f6 f5-l dib" href="#" title="Contact">Contact</a>
1414
</div>
1515
</nav>

src/css/_background-size.css

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
2-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
3-
@custom-media --breakpoint-large screen and (min-width: 64em);
4-
51
/*
62
73
BACKGROUND SIZE

0 commit comments

Comments
 (0)