9
9
</ head >
10
10
< body class ="w-100 sans-serif ">
11
11
< %= siteHeader %>
12
- < main class ="w-100 ">
12
+ < main class ="w-100 bt b--black-10 ">
13
+ < header class ="w-100 dt pa3 ph5-ns bg-white ">
14
+ < a title ="Getting Started " href ="#getting-started "
15
+ class ="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib ">
16
+ Getting Started
17
+ </ a >
18
+ < a title ="Principles " href ="#principles "
19
+ class ="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib ">
20
+ Principles
21
+ </ a >
22
+ < a title ="Features " href ="#features "
23
+ class ="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib ">
24
+ Features
25
+ </ a >
26
+ < a title ="Features " href ="#testimonials "
27
+ class ="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib ">
28
+ Testimonials
29
+ </ a >
30
+ < a title ="Modules List " href ="#modules "
31
+ class ="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib ">
32
+ Modules
33
+ </ a >
34
+ </ header >
13
35
< section class ="bt b--black-10 bg-black-0125 w-100 pv5 pv6-ns ">
14
36
< article class ="ph3 ph5-ns ">
15
37
< 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 >
@@ -28,7 +50,7 @@ <h1 class="f4 f3-ns lh-title measure">
28
50
can quickly start to build out interfaces while writing little to no css.
29
51
</ p >
30
52
</ div >
31
- < article class ="ph3 ph5-ns mb4 mb5-ns ">
53
+ < article class ="ph3 ph5-ns mb4 mb5-ns " id =" getting-started " >
32
54
< h1 > Getting Started</ h1 >
33
55
< p class ="measure lh-copy ">
34
56
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
@@ -42,7 +64,7 @@ <h1>Getting Started</h1>
42
64
npm install && npm build
43
65
</ code > </ pre >
44
66
</ article >
45
- < div class ="ph3 ph5-ns tl tl-ns bt b--light-gray pv3 pv5-ns ">
67
+ < div class ="ph3 ph5-ns tl tl-ns bt b--light-gray pv3 pv5-ns " id =" principles " >
46
68
< h1 > Principles</ h1 >
47
69
< section class ="list pln lh-copy mt0 ">
48
70
< div class ="cf ">
@@ -100,7 +122,7 @@ <h2 class="f4 f3-ns fw6 mb0">Easy</h2>
100
122
</ article >
101
123
</ div >
102
124
</ section >
103
- < section class ="cf ">
125
+ < section class ="cf " id =" features " >
104
126
< h1 class ="fl w-100 mt5 "> Features</ h1 >
105
127
< div class ="cf ">
106
128
< article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
@@ -309,10 +331,10 @@ <h1>Testimonials</h1>
309
331
</ div >
310
332
</ div >
311
333
</ section >
312
- < section class ="ph3 ph5-ns bg-white cf pv5 pv6-ns " id ="npm ">
334
+ < section class ="ph3 ph5-ns bg-white cf pv5 pv6-ns " id ="modules ">
313
335
< div class ="fl w-100 ">
314
336
< div class ="">
315
- < h1 > < a href ="#npm " class ="link near-black "> NPM </ a > </ h1 >
337
+ < h1 > < a href ="#npm " class ="link near-black "> Module List </ a > </ h1 >
316
338
< p class ="f5 f3-ns lh-copy mt0 mb4 measure ">
317
339
The main tachyons repo is a collection of encapsulated css modules available on npm and github.
318
340
You can grab the entire toolkit, or a few selected modules.
0 commit comments