-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (391 loc) · 24.4 KB
/
index.html
File metadata and controls
413 lines (391 loc) · 24.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Grid Debug / Docs / TACHYONS
</title>
<meta name="description" content="How to use the Tachyons debug grid to line up your elements on an 8 or 16px based grid.">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="author" content="@mrmrs">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<style>
.blue { color: #0074D9; }
.bg-blue { background-color: #0074D9; }
.carbon-poweredby { width: 100%; font-size: 12px; float: left; }
.carbon-wrap { float: left; width: 100%; box-sizing: border-box; }
.carbon-img { float: left; width: 50%; box-sizing: border-box; }
.carbon-text { float: left; width: 50%; padding-left: 16px; box-sizing: border-box; font-size: 12px; }
#carbonads a:link { text-decoration: none!important; color: #222!important; }
</style>
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Tachyons Recent Components" href="/components/rss.xml" />
</head>
<body class="w-100 sans-serif">
<header class="w-100 pa3 ph5-ns bg-white">
<div class="db dt-ns mw9 center w-100">
<div class="db dtc-ns v-mid tl w-50">
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
Tachyons
<div class="dib">
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.12.0</small>
</div>
</a>
</div>
<nav class="db dtc-ns v-mid w-100 tl tr-ns mt2 mt0-ns">
<a title="Documentation" href="/docs/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Docs
</a>
<a title="Components" href="/components/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Components
</a>
<a title="Gallery of sites built with Tachyons" href="/gallery/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Gallery
</a>
<a title="Resources" href="/resources/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Resources
</a>
<a title="Tachyons on GitHub" href="http://github.com/tachyons-css/tachyons/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dn dib-l">
GitHub
</a>
</nav>
</div>
</header>
<main class="bg-white black-70">
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb4 mb5-ns bt bb b--black-10 overflow-auto">
<div class="nowrap mw9 center">
<a title="Debugging" href="/docs/debug" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Debugging
</a>
<a title="Debug grid" href="/docs/debug-grid" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Debug Grid
</a>
<a title="Box sizing" href="/docs/layout/box-sizing" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Box sizing
</a>
<a title="Spacing" href="/docs/layout/spacing" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Spacing
</a>
<a title="Floats" href="/docs/layout/floats" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Floats
</a>
<a title="Clearfix" href="/docs/layout/clearfix" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Clearfix
</a>
<a title="Display" href="/docs/layout/display" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Display
</a>
<a title="Widths" href="/docs/layout/widths" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Widths
</a>
<a title="Basic Grid" href="/docs/layout/grid" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Basic Grid
</a>
<a title="Widths" href="/docs/layout/flexbox" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Flexbox
</a>
<a title="Widths" href="/docs/layout/max-widths" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Max Widths
</a>
<a title="Widths" href="/docs/layout/heights" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Heights
</a>
<a title="Widths" href="/docs/layout/position" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Position
</a>
</div>
</header>
<article class="pa3 ph5-ns">
<h3 class="f6 ttu tracked mt0">Debug Grid</h3>
<p class="measure f4 f3-ns lh-copy">
The debug grid module allows you to put a background grid on any
element which can help you line elements up vertically and horizontally with
eachother. Sometimes across large amounts of whitespace it can be tough to see
if things are aligned. The background grid comes in both 8 and 16px columns.
</p>
<p class="measure f5 lh-copy">
The debug module is commented out at the bottom of the
src/tachyons.css file. If you uncomment it a 1px outline will be
placed on every element on the page. Each element has a different
color outline. The purpose of this is to help distinguish elements
that are close together by giving them different colors. This has
been helpful at times when the outlines are overlapping by 1 or 2
pixels and it’s hard to tell where one element ends and the other
begins.
</p>
</article>
<div class="ph3 ph5-ns pt4 pb5 bg-white">
<h3 class="f5 mb4 pb2 bb">Examples</h3>
<h3 class="f5 fw4 pt4 ttu tracked">Grid at 8px</h3>
<div class="debug-grid pa2 pa4-ns">
<h1 class="outline lh-solid f1 f-headline-l fw6 mt0 mb4">The Grid</h1>
<h2 class="outline lh-solid f2 f-subheadline-l fw4 mv0">& the Graphic Designer</h1>
<p class="outline lh-copy measure f3">
For us Graphic Design is “organization of information.” There are other types of graphic design more concerned with illustration or of a narrative nature.
</p>
<p class="outline lh-copy measure f4">
Nothing could be more useful to reach our intention than the Grid. The grid represents the basic structure of our graphic design, it helps to
organize the content, it provides consistency, it gives an orderly look and it projects a level of intellectual elegance that we like to express.
</p>
<p class="outline lh-copy measure f5">
There are infinite kinds of grids, but just one - the most
appropriate - for any problem. Therefore, it becomes important to
know which kind of grid is the most appropriate. The basic
understanding is that the smaller the module of the grid the least
helpful it could be. We could say that an empty page is a page with
an infintesimal small grid. Therefore, it is equivalent to not
being there. Conversely a page with a coarse grid is a very
restricting grid offering too few alternatives. The secret is to
find the proper kind of grid for the
job at hand.
</p>
</div>
<h3 class="f5 fw4 pt4 ttu tracked">Grid at 16px</h3>
<div class="debug-grid-16 pa2 pa4-ns">
<div class="f5 measure center outline pa4">
<img class="db w-100 o-30" src="http://mrmrs.github.io/photos/026.jpg">
<h1>Image Title</h1>
<p>Image description</p>
</div>
<form action="debug_submit" method="get" accept-charset="utf-8" class="mt4 pv4 outline">
<fieldset class=" b--transparent pa3 ma0 pa0">
<legend class="f4 fw6">Sign up form</legend>
<div class="mb3 dib mr3">
<label class="db fw6 mb2">username</label>
<input type="text" value="" name="" class="input-reset outline bw0 b--transparent w-100 measure f5" />
</div>
<div class="mb3 dib">
<label class="db fw6 mb2">password</label>
<input type="text" value="" name="" class="input-reset outline bw0 b--transparent w-100 measure f5" />
</div>
<div class="mb3 db">
<label class="db fw6 mb2">location</label>
<input type="text" value="" name="" class="input-reset outline bw0 b--transparent w-100" />
</div>
</fieldset>
</form>
</div>
<div class="mt5 cf">
<div class="dib mr4">
<h4 class="f6 fw6">Previous</h4>
<a href="/docs/debug/" class="link fw6 blue dim">Debug</a>
</div>
<div class="dib">
<h4 class="f6 fw6">Next</h4>
<a href="/docs/layout/grid/" class="link fw6 blue dim">Grid</a>
</div>
</div>
<div class="mt5">
<h4 class="f6 fw6">Reference</h4>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/outline" class="db link fw6 blue dim">MDN - Outline</a>
</div>
</div>
<section class="bg-white black-70 pt4 pv4 overflow-container">
<header class="ph3 ph5-ns pt4">
<article class="bt b--black-10 pa3 ph5-ns">
<h4 class="f4 mv0 fw6 dib mr4">tachyons-debug-grid</h4>
<span class="f4 b dib pl0 ml0 mr4">v1.2.4</span>
<span class="f4 b dib pl0 ml0 mr4">1.87 KB</span>
<div>
<dl class="dib mr4 mt0">
<dt class="f6 db">Declarations </dt>
<dd class="db pl0 ml0 f4 f2-ns b">4</dd>
</dl>
<dl class="dib mr4">
<dt class="f6 db pr2">Selectors </dt>
<dd class="db pl0 ml0 f4 f2-ns b">4</dd>
</dl>
<dl class="dib mr4">
<dt class="f6 db pr2">Max. Specificity Score </dt>
<dd class="db pl0 ml0 f4 f2-ns b">10</dd>
</dl>
<dl class="dib mr4">
<dt class="f6 db pr2">Size of Avg. Rule </dt>
<dd class="db pl0 ml0 f4 f2-ns b">1</dd>
</dl>
</div>
<kbd>src/_debug-grid.css</kbd>
</header>
<pre class="ph3 ph5-ns">
<code class="code" style="font-size: .75rem;">
/*
DEBUG GRID
http://tachyons.io/docs/debug-grid/
Can be useful for debugging layout issues
or helping to make sure things line up perfectly.
Just tack one of these classes onto a parent element.
*/
.debug-grid {
background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat top left;
}
.debug-grid-16 {
background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat top left;
}
.debug-grid-8-solid {
background:white url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat top left;
}
.debug-grid-16-solid {
background:white url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat top left;
}
</code>
</pre>
</section>
<div class="ph3 ph5-ns pb5">
<article class="pb3">
<h2 class="f6 fw7 ttu tracked">Overview of Tachyons</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/table-of-styles/" title="View a list of styles">Table of Styles</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/table-of-properties/" title="View a list of properties">Table of Properties</a>
</article>
<section class="cf w-100 mt3">
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/scale" title="Type">Type Scale</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/measure/" title="Measure">Measure</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
</article>
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/debug/" title="Debugging Documentation">Debugging</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/debug-grid/" title="Debugging with background grids">Debug with a Grid</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/grid" title="Basic Grid">Basic Grid</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/flexbox" title="Flexbox">Flexbox</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/box-sizing" title="Box Sizing Documentation">Box Sizing</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/spacing" title="Spacing Documentation">Spacing</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/floats" title="Floats Documentation">Floats</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/clearfix" title="Clears Documentation">Clearfix</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/display" title="Display Documentation">Display</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/widths" title="Widths Documentation">Widths</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/max-widths" title="Max Widths Documentation">Max Widths</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/heights" title="Heights Documentation">Heights</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/position" title="Position Documentation">Position</a>
</article>
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked">Theming</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/skins/" title="Hovers Documentation">Skins</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/skins-pseudo/" title="Skin transitions">Skins animations</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/hovers/" title="Hovers Documentation">Hovers</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/background-size/" title="Background Size Documentation">Background Size</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/borders/" title="Borders Documentation">Borders</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/border-radius/" title="Border Radius Documentation">Border Radius</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/box-shadow/" title="Box Shadow Documentation">Box Shadow</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/opacity/" title="Opacity Documentation">Opacity</a>
</article>
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked">Elements</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/elements/images/" title="View images documentation">Images</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/elements/links/" title="View links documentation">Links</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/elements/lists/" title="View lists documentation">Lists</a>
<a class="f5 fw4 dim link blue db pv1 dn" href="/docs/elements/forms/" title="View forms documentation">Forms</a>
<a class="f5 fw4 dim link blue db pv1 dn" href="/docs/elements/tables/" title="View tables module documentation">Tables</a>
</article>
</section>
</div>
</main>
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
<div class="mw9 center">
<div class="mb5 lh-copy">
<a class="black-70 link hover-blue b dib mr3 mb3" href="/" title="Home">
Home
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/docs" title="Docs">
Docs
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/components/" title="Components">
Components
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
Gallery
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
Resources
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
X-Ray
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="http://opencollective.com/tachyons" title="Support Tachyons Development">
Supporting Tachyons
</a>
</div>
<article class="v-top">
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<a href="https://twitter.com/intent/tweet?text=Tachyons: A functional css toolkit for designing in the browser.&url=http://tachyons.io" class="twitter bg-white-50 link dib dim br2 ph2 pb1 lh-solid v-top" style="background-color: #55acee;">
<svg class="geomicon dib v-mid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="16" height="16" fill="#fff">
<path d="M2 4 C6 8 10 12 15 11 A6 6 0 0 1 22 4 A6 6 0 0 1 26 6 A8 8 0 0 0 31 4 A8 8 0 0 1 28 8 A8 8 0 0 0 32 7 A8 8 0 0 1 28 11 A18 18 0 0 1 10 30 A18 18 0 0 1 0 27 A12 12 0 0 0 8 24 A8 8 0 0 1 3 20 A8 8 0 0 0 6 19.5 A8 8 0 0 1 0 12 A8 8 0 0 0 3 13 A8 8 0 0 1 2 4"/>
</svg>
<span class="dib v-mid white fw6" style="font-size: 12px;">Tweet</span>
</a>
</article>
<div class="mt4">
<a class="ba black-70 no-underline grow br2 b inline-flex items-center mr3 mb3 pv2 ph3" href="https://twitter.com/tachyons_css" title="Follow us on Twitter">
<div class="w2 pv1 pr2">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.375-1.337.648-2.085.795-.598-.638-1.45-1.036-2.396-1.036-1.812 0-3.282 1.468-3.282 3.28 0 .258.03.51.085.75C5.152 5.39 2.733 4.084 1.114 2.1.83 2.583.67 3.147.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.416-.02-.617-.058.418 1.304 1.63 2.253 3.067 2.28-1.124.88-2.54 1.404-4.077 1.404-.265 0-.526-.015-.783-.045 1.453.93 3.178 1.474 5.032 1.474 6.038 0 9.34-5 9.34-9.338 0-.143-.004-.284-.01-.425.64-.463 1.198-1.04 1.638-1.7z" fill-rule="nonzero"/></svg>
</div>
<span>Follow @tachyons_css</span>
</a>
<a class="ba black-70 no-underline grow br2 b inline-flex items-center mr3 mb3 pv2 ph3" href="http://tachyons-slack-invite.herokuapp.com" title="Join our Slack Channel">
<div class="dib w2 pv1 pr2">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M6.586 7.33l.69 2.057 2.137-.716-.69-2.056-2.137.716z"/><path d="M12.55 9.37l-1.037.347.36 1.073c.145.434-.09.904-.524 1.05-.096.03-.19.045-.287.042-.338-.01-.65-.226-.765-.566l-.36-1.072-2.138.716.36 1.072c.145.435-.09.905-.523 1.05-.096.032-.192.045-.286.043-.34-.01-.65-.226-.764-.566l-.36-1.075-1.037.348c-.096.03-.19.045-.286.042-.34-.008-.65-.226-.765-.565-.146-.434.09-.904.522-1.05L5.7 9.914l-.69-2.058-1.037.347c-.094.032-.19.045-.285.043-.338-.01-.65-.226-.765-.566-.145-.434.09-.904.523-1.05l1.037-.347-.36-1.073c-.145-.434.09-.904.524-1.05.435-.145.905.09 1.05.524l.36 1.072 2.137-.716-.36-1.072c-.144-.435.09-.905.524-1.05.435-.145.906.09 1.05.523l.36 1.075 1.037-.347c.434-.146.904.088 1.05.522.145.434-.09.904-.523 1.05l-1.037.347.69 2.057 1.036-.347c.435-.145.905.09 1.05.523.146.434-.09.904-.522 1.05zm2.78-3.57C13.68.304 11.298-.98 5.8.67.304 2.32-.98 4.7.67 10.2c1.65 5.497 4.03 6.78 9.53 5.13 5.497-1.65 6.78-4.03 5.13-9.53z"/></g></svg>
</div>
<span>
Need Help? Join our Slack Channel
</span>
</a>
<a class="ba br2 black-70 no-underline grow b inline-flex items-center mb3 pv2 ph3" href="https://github.com/tachyons-css/tachyons/issues" title="File a bug, request a feature, ask a question!">
<div class="w2 pv1 pr2">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.083-.202-.358-1.015.077-2.117 0 0 .672-.215 2.2.82.638-.178 1.323-.266 2.003-.27.68.004 1.364.092 2.003.27 1.527-1.035 2.198-.82 2.198-.82.437 1.102.163 1.915.08 2.117.513.56.823 1.274.823 2.147 0 3.073-1.87 3.75-3.653 3.947.287.246.543.735.543 1.48 0 1.07-.01 1.933-.01 2.195 0 .215.144.463.55.385C13.71 14.53 16 11.534 16 8c0-4.418-3.582-8-8-8"/></svg>
</div>
<span>Open an Issue on GitHub</span>
</a>
</div>
<p class="f6 measure copy lh-copy">
Have a question? Need help? Feel free to open an issue on GitHub or ask a
question in our slack channel. We’re here to try and help make designing in
the browser fun.
</p>
<div class="pt4 cf mw5">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=tachyonsio" id="_carbonads_js"></script>
</div>
<small class="f6 measure db lh-copy mt5">
A tachyon /ˈtæki.ɒn/ or tachyonic particle is a hypothetical particle
that always moves faster than light.
The word comes from the Greek:
<br> <br>
ταχύς or tachys, meaning “swift, quick, fast, rapid”
</small>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55773803-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>