diff --git a/docs/index.html b/docs/index.html index d2b2c17b9..1f594667a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ - +
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
-<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css">
+<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css">
or install via npm
-npm install --save-dev tachyons
+npm install --save-dev tachyons
or grab all the source files and build+develop locally
-git clone git@github.com:tachyons-css/tachyons.git
+git clone git@github.com:tachyons-css/tachyons.git
cd tachyons
npm install && npm build
@@ -292,7 +292,7 @@ Tachyons on
tachyons-border-colors
View on GitHub
- v4.0.0
+ v4.0.4
297 B
@@ -348,7 +348,7 @@ Tachyons on
tachyons-colors
View on GitHub
- v5.1.0
+ v5.1.1
@@ -379,8 +379,8 @@ Tachyons on
tachyons-font-family
View on GitHub
- v4.1.0
- 217 B
+ v4.1.1
+ 232 B
@@ -490,7 +490,7 @@ Tachyons on
tachyons-skins
View on GitHub
- v3.0.0
+ v3.1.0
672 B
@@ -498,7 +498,7 @@ Tachyons on
tachyons-spacing
View on GitHub
- v5.0.0
+ v5.0.2
1.7 KB
diff --git a/src/templates/docs/index.html b/src/templates/docs/index.html
index bdcc0f1fe..7444e612f 100644
--- a/src/templates/docs/index.html
+++ b/src/templates/docs/index.html
@@ -9,7 +9,7 @@
-
+
<%= siteHeader %>
diff --git a/src/templates/index.html b/src/templates/index.html
index 025d5f14b..d1967dfac 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -24,11 +24,11 @@ Getting Started
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
-<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css">
+<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css">
or install via npm
-npm install --save-dev tachyons
+npm install --save-dev tachyons
or grab all the source files and build+develop locally
-git clone git@github.com:tachyons-css/tachyons.git
+git clone git@github.com:tachyons-css/tachyons.git
cd tachyons
npm install && npm build