Date: Sun, 26 Apr 2020 09:45:50 -0400
Subject: [PATCH 1/4] Update homepage with new icons
---
index.html | 32 +++++++++++++++++---------------
src/templates/index.html | 26 ++++++++++++++------------
2 files changed, 31 insertions(+), 27 deletions(-)
diff --git a/index.html b/index.html
index ade74c65f..4dac2d223 100644
--- a/index.html
+++ b/index.html
@@ -119,7 +119,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://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"/>
+<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css"/>
or install via npm
-npm install --save-dev tachyons@4.10.0
+npm install --save-dev tachyons@4.9.1
or grab all the source files and build+develop locally
git clone git@github.com:tachyons-css/tachyons.git
cd tachyons
@@ -1063,18 +1063,19 @@ Hover Animations
Used by people at
-
-
-
-
-
-
-
-
-
-
+
-
+
@@ -1083,7 +1084,8 @@
Used by people at
-
+
+
diff --git a/src/templates/index.html b/src/templates/index.html
index aef51369c..10cce7466 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -1011,18 +1011,19 @@
Hover Animations
Used by people at
-
-
-
-
-
-
-
-
-
-
+
-
+
@@ -1031,7 +1032,8 @@
Used by people at
-
+
+
From 55458a63b7244df912353868da8373fbd7ef9cd9 Mon Sep 17 00:00:00 2001
From: adam morse
Date: Sun, 26 Apr 2020 10:41:29 -0400
Subject: [PATCH 2/4] Regenerate some pages with proper version in header
---
build.js | 38 +++++++++----------
docs/debug-grid/index.html | 4 +-
docs/debug/index.html | 4 +-
docs/elements/forms/index.html | 4 +-
docs/elements/images/index.html | 2 +-
docs/elements/links/index.html | 4 +-
docs/elements/lists/index.html | 4 +-
docs/elements/tables/index.html | 4 +-
docs/index.html | 2 +-
docs/layout/box-sizing/index.html | 8 ++--
docs/layout/clearfix/index.html | 2 +-
docs/layout/display/index.html | 4 +-
docs/layout/flexbox/index.html | 12 +++---
docs/layout/floats/index.html | 4 +-
docs/layout/grid/index.html | 2 +-
docs/layout/heights/index.html | 4 +-
docs/layout/max-widths/index.html | 4 +-
docs/layout/position/index.html | 4 +-
docs/layout/spacing/index.html | 4 +-
docs/layout/widths/index.html | 4 +-
docs/table-of-properties/index.html | 2 +-
docs/table-of-styles/index.html | 2 +-
docs/themes/background-size/index.html | 2 +-
docs/themes/border-radius/index.html | 2 +-
docs/themes/borders/index.html | 2 +-
docs/themes/box-shadow/index.html | 2 +-
docs/themes/hovers/index.html | 10 ++---
docs/themes/opacity/index.html | 2 +-
docs/themes/skins/index.html | 34 ++++++++---------
.../typography/font-family/athelas/index.html | 2 +-
docs/typography/font-family/avenir/index.html | 2 +-
.../font-family/baskerville/index.html | 2 +-
docs/typography/font-family/bodoni/index.html | 2 +-
.../font-family/garamond/index.html | 2 +-
.../typography/font-family/georgia/index.html | 2 +-
.../font-family/helvetica/index.html | 2 +-
docs/typography/font-family/index.html | 4 +-
docs/typography/font-family/roboto/index.html | 2 +-
.../font-family/san-francisco/index.html | 2 +-
.../font-family/system-sans-serif/index.html | 2 +-
.../font-family/system-serif/index.html | 2 +-
docs/typography/font-style/index.html | 4 +-
docs/typography/font-weight/index.html | 4 +-
docs/typography/line-height/index.html | 4 +-
docs/typography/measure/index.html | 4 +-
docs/typography/scale/index.html | 10 ++---
docs/typography/text-align/index.html | 10 ++---
docs/typography/text-decoration/index.html | 4 +-
docs/typography/text-transform/index.html | 4 +-
docs/typography/tracking/index.html | 4 +-
docs/typography/vertical-align/index.html | 4 +-
docs/typography/white-space/index.html | 4 +-
gallery/index.html | 2 +-
index.html | 8 ++--
package.json | 2 +-
resources/index.html | 2 +-
script.sh | 2 +-
src/templates/header.html | 2 +-
src/templates/index.html | 2 +-
59 files changed, 139 insertions(+), 139 deletions(-)
diff --git a/build.js b/build.js
index f9b63563f..e3b74141b 100644
--- a/build.js
+++ b/build.js
@@ -4,22 +4,22 @@ const prettyHrtime = require('pretty-hrtime');
const startTime = process.hrtime();
-// require('./src/header-build')()
+ require('./src/header-build')()
// require('./src/gallery-build')()
-// require('./src/resources-build')()
-// console.log('header build complete')
-// require('./src/table-of-styles-build')()
-// console.log('table of styles build complete')
-// require('./src/table-of-properties-build')()
-// console.log('table of properties build complete')
-// require('./src/home-build')()
-// console.log('home build complete')
+ //require('./src/resources-build')()
+ console.log('header build complete')
+ require('./src/table-of-styles-build')()
+ console.log('table of styles build complete')
+ require('./src/table-of-properties-build')()
+ console.log('table of properties build complete')
+ require('./src/home-build')()
+ console.log('home build complete')
-const componentsBuildList = require('./src/components-build-list');
-const componentsBuildIndex = require('./src/components-build-index');
-const componentsBuildRSS = require('./src/components-build-rss');
-const componentsBuildPages = require('./src/components-build-pages');
-const componentsBuildScreenshots = require('./src/components-build-screenshots');
+//const componentsBuildList = require('./src/components-build-list');
+//const componentsBuildIndex = require('./src/components-build-index');
+//const componentsBuildRSS = require('./src/components-build-rss');
+//const componentsBuildPages = require('./src/components-build-pages');
+//const componentsBuildScreenshots = require('./src/components-build-screenshots');
// See src/components-build-defaults for list of options that can be overriden
const options = {
@@ -48,11 +48,11 @@ const options = {
// as the new one (i.e. no need to re-generate *all* the screenshots unless you made
// modifications to the screenshots script itself).
co(function* generator() {
- yield componentsBuildList(options); // <- builds temporary components list (JSON)
- yield componentsBuildIndex(options); // <- builds index pages (by category & most recent)
- yield componentsBuildRSS(options); // <- builds RSS feed
- yield componentsBuildPages(options); // <- comment to skip building pages
- yield componentsBuildScreenshots(options); // <- comment to skip building screenshots
+ //yield componentsBuildList(options); // <- builds temporary components list (JSON)
+ //yield componentsBuildIndex(options); // <- builds index pages (by category & most recent)
+ //yield componentsBuildRSS(options); // <- builds RSS feed
+ //yield componentsBuildPages(options); // <- comment to skip building pages
+ //yield componentsBuildScreenshots(options); // <- comment to skip building screenshots
}).then(() => {
const elapsed = process.hrtime(startTime);
console.log(chalk.green('All done'), chalk.dim(prettyHrtime(elapsed)));
diff --git a/docs/debug-grid/index.html b/docs/debug-grid/index.html
index a72b4bc2c..e435e4d36 100644
--- a/docs/debug-grid/index.html
+++ b/docs/debug-grid/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -197,7 +197,7 @@
Reference
tachyons-debug-grid
- v1.2.3
+ v1.2.4
1.87 KB
diff --git a/docs/debug/index.html b/docs/debug/index.html
index bc1a047a1..cab9c7bb0 100644
--- a/docs/debug/index.html
+++ b/docs/debug/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -340,7 +340,7 @@ Reference
tachyons-debug
- v1.1.10
+ v1.1.11
902 B
diff --git a/docs/elements/forms/index.html b/docs/elements/forms/index.html
index 759923989..b88519d0f 100644
--- a/docs/elements/forms/index.html
+++ b/docs/elements/forms/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -104,7 +104,7 @@ Reference
tachyons-forms
- v3.1.3
+ v3.1.4
110 B
diff --git a/docs/elements/images/index.html b/docs/elements/images/index.html
index 5af3f39e7..dd9cc43f3 100644
--- a/docs/elements/images/index.html
+++ b/docs/elements/images/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/elements/links/index.html b/docs/elements/links/index.html
index 0afe91a69..8ffdfc9e7 100644
--- a/docs/elements/links/index.html
+++ b/docs/elements/links/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -331,7 +331,7 @@
Reference
tachyons-links
- v3.0.10
+ v3.0.11
111 B
diff --git a/docs/elements/lists/index.html b/docs/elements/lists/index.html
index 433c0dfa8..37aca5229 100644
--- a/docs/elements/lists/index.html
+++ b/docs/elements/lists/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -112,7 +112,7 @@ Reference
tachyons-lists
- v2.0.12
+ v2.0.13
46 B
diff --git a/docs/elements/tables/index.html b/docs/elements/tables/index.html
index 0d16ac7c1..3c69a8e60 100644
--- a/docs/elements/tables/index.html
+++ b/docs/elements/tables/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -116,7 +116,7 @@ Reference
tachyons-tables
- v1.0.7
+ v1.0.8
142 B
diff --git a/docs/index.html b/docs/index.html
index 0af8ca627..b5c7c4657 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/layout/box-sizing/index.html b/docs/layout/box-sizing/index.html
index 220f4a448..c91410eed 100644
--- a/docs/layout/box-sizing/index.html
+++ b/docs/layout/box-sizing/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -157,8 +157,8 @@
Reference
tachyons-box-sizing
- v3.2.1
- 185 B
+ v3.2.2
+ 206 B
- Declarations
@@ -166,7 +166,7 @@ tachyons-box-sizing
- Selectors
- - 35
+ - 40
- Max. Specificity Score
diff --git a/docs/layout/clearfix/index.html b/docs/layout/clearfix/index.html
index 1fe08eb9c..beba55ce5 100644
--- a/docs/layout/clearfix/index.html
+++ b/docs/layout/clearfix/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/layout/display/index.html b/docs/layout/display/index.html
index 0da848b0e..21f48d629 100644
--- a/docs/layout/display/index.html
+++ b/docs/layout/display/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -242,7 +242,7 @@ Reference
tachyons-display
- v5.0.4
+ v5.0.5
305 B
diff --git a/docs/layout/flexbox/index.html b/docs/layout/flexbox/index.html
index 14abfa967..7b3ce69ea 100644
--- a/docs/layout/flexbox/index.html
+++ b/docs/layout/flexbox/index.html
@@ -34,7 +34,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -719,19 +719,19 @@ Reference
tachyons-flexbox
- v2.1.0
- 1.36 KB
+ v2.1.1
+ 939 B
- Declarations
-
- 513
+ 192
- Selectors
-
- 190
+ 184
@@ -743,7 +743,7 @@ tachyons-flexbox
- Size of Avg. Rule
-
- 2.7433155080213902
+ 1.0434782608695652
diff --git a/docs/layout/floats/index.html b/docs/layout/floats/index.html
index 41c8143db..27ccbfd2c 100644
--- a/docs/layout/floats/index.html
+++ b/docs/layout/floats/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -163,7 +163,7 @@ Reference
tachyons-floats
- v3.0.4
+ v3.0.5
176 B
diff --git a/docs/layout/grid/index.html b/docs/layout/grid/index.html
index 9f8034f99..fde3d0354 100644
--- a/docs/layout/grid/index.html
+++ b/docs/layout/grid/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/layout/heights/index.html b/docs/layout/heights/index.html
index 387725b97..aafae52ca 100644
--- a/docs/layout/heights/index.html
+++ b/docs/layout/heights/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -216,7 +216,7 @@ Reference
tachyons-heights
- v6.1.3
+ v6.1.4
342 B
diff --git a/docs/layout/max-widths/index.html b/docs/layout/max-widths/index.html
index b08ca47dd..2b62f2f64 100644
--- a/docs/layout/max-widths/index.html
+++ b/docs/layout/max-widths/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -281,7 +281,7 @@ Reference
tachyons-max-widths
- v4.0.4
+ v4.0.6
249 B
diff --git a/docs/layout/position/index.html b/docs/layout/position/index.html
index 2f3ba7d9b..e8b346aea 100644
--- a/docs/layout/position/index.html
+++ b/docs/layout/position/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -193,7 +193,7 @@ Reference
tachyons-position
- v6.0.4
+ v6.0.7
169 B
diff --git a/docs/layout/spacing/index.html b/docs/layout/spacing/index.html
index f9f28adaa..ed1f76149 100644
--- a/docs/layout/spacing/index.html
+++ b/docs/layout/spacing/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -276,7 +276,7 @@ Reference
tachyons-spacing
- v6.0.4
+ v6.0.5
1.7 KB
diff --git a/docs/layout/widths/index.html b/docs/layout/widths/index.html
index f73f056d4..b7f046fb9 100644
--- a/docs/layout/widths/index.html
+++ b/docs/layout/widths/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -254,7 +254,7 @@ Reference
tachyons-widths
- v5.1.1
+ v5.2.1
394 B
diff --git a/docs/table-of-properties/index.html b/docs/table-of-properties/index.html
index 0e92ac580..c9deb0b7d 100644
--- a/docs/table-of-properties/index.html
+++ b/docs/table-of-properties/index.html
@@ -34,7 +34,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/table-of-styles/index.html b/docs/table-of-styles/index.html
index 2c9780a95..1712c3d10 100644
--- a/docs/table-of-styles/index.html
+++ b/docs/table-of-styles/index.html
@@ -34,7 +34,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/themes/background-size/index.html b/docs/themes/background-size/index.html
index f77ea7e3e..655516b1d 100644
--- a/docs/themes/background-size/index.html
+++ b/docs/themes/background-size/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/themes/border-radius/index.html b/docs/themes/border-radius/index.html
index ed5550b07..d5790cfe0 100644
--- a/docs/themes/border-radius/index.html
+++ b/docs/themes/border-radius/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/themes/borders/index.html b/docs/themes/borders/index.html
index 4ff3f1a32..5564db4e2 100644
--- a/docs/themes/borders/index.html
+++ b/docs/themes/borders/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/themes/box-shadow/index.html b/docs/themes/box-shadow/index.html
index 8884cab75..3e99466c3 100644
--- a/docs/themes/box-shadow/index.html
+++ b/docs/themes/box-shadow/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/themes/hovers/index.html b/docs/themes/hovers/index.html
index d8faabe6c..2adb908b8 100644
--- a/docs/themes/hovers/index.html
+++ b/docs/themes/hovers/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -163,12 +163,12 @@ Reference
tachyons-hovers
- v2.5.1
- 461 B
+ v2.5.2
+ 438 B
- Declarations
- - 48
+ - 40
- Selectors
@@ -180,7 +180,7 @@ tachyons-hovers
- Size of Avg. Rule
- - 2.823529411764706
+ - 2.3529411764705883
Source code src/_hovers.css
diff --git a/docs/themes/opacity/index.html b/docs/themes/opacity/index.html
index 7bf87bd5a..6b3ba928a 100644
--- a/docs/themes/opacity/index.html
+++ b/docs/themes/opacity/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/themes/skins/index.html b/docs/themes/skins/index.html
index 175ad32a1..fd1c82533 100644
--- a/docs/themes/skins/index.html
+++ b/docs/themes/skins/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -1933,10 +1933,10 @@ Accessible Combinations
+ style="color:#000000;background-color:#777777">
Aa
-
3.26
+
4.69
In visual perception a color is almost never seen as it really
@@ -1947,6 +1947,7 @@
Accessible Combinations
+
.black { color: #000000 }
@@ -1982,7 +1983,6 @@
Accessible Combinations
-
.washed-red { color: #FFDFDF }
@@ -1990,6 +1990,7 @@
Accessible Combinations
+
.bg-gray { background-color: #777777 }
@@ -2015,7 +2016,6 @@
Accessible Combinations
-
.bg-blue { background-color: #357EDD }
@@ -26409,10 +26409,10 @@
Accessible Combinations
+ style="color:#FBF1A9;background-color:#E7040F">
Aa
-
4.69
+
4.13
In visual perception a color is almost never seen as it really
@@ -26423,7 +26423,6 @@
Accessible Combinations
-
.black { color: #000000 }
@@ -26441,6 +26440,7 @@
Accessible Combinations
+
.light-yellow { color: #FBF1A9 }
@@ -26466,7 +26466,6 @@
Accessible Combinations
-
.bg-gray { background-color: #777777 }
@@ -26474,6 +26473,7 @@
Accessible Combinations
+
.bg-dark-red { background-color: #E7040F }
@@ -50911,10 +50911,10 @@
Accessible Combinations
+ style="color:#FFDFDF;background-color:#357EDD">
Aa
-
4.13
+
3.26
In visual perception a color is almost never seen as it really
@@ -50942,7 +50942,6 @@
Accessible Combinations
- .light-yellow { color: #FBF1A9 }
@@ -50961,6 +50960,7 @@ Accessible Combinations
+ .washed-red { color: #FFDFDF }
@@ -50975,7 +50975,6 @@ Accessible Combinations
- .bg-dark-red { background-color: #E7040F }
@@ -50994,6 +50993,7 @@ Accessible Combinations
+ .bg-blue { background-color: #357EDD }
@@ -51025,17 +51025,17 @@ Reference
tachyons-skins
- v4.0.3
- 846 B
+ v4.1.1
+ 868 B
- Declarations
- - 111
+ - 113
- Selectors
- - 111
+ - 113
- Max. Specificity Score
diff --git a/docs/typography/font-family/athelas/index.html b/docs/typography/font-family/athelas/index.html
index 0d3c3afaf..742e9076c 100644
--- a/docs/typography/font-family/athelas/index.html
+++ b/docs/typography/font-family/athelas/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/avenir/index.html b/docs/typography/font-family/avenir/index.html
index 9edd26e0f..25086a6c5 100644
--- a/docs/typography/font-family/avenir/index.html
+++ b/docs/typography/font-family/avenir/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/baskerville/index.html b/docs/typography/font-family/baskerville/index.html
index d05d7e051..1047316b3 100644
--- a/docs/typography/font-family/baskerville/index.html
+++ b/docs/typography/font-family/baskerville/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/bodoni/index.html b/docs/typography/font-family/bodoni/index.html
index d1235e55a..3a67db229 100644
--- a/docs/typography/font-family/bodoni/index.html
+++ b/docs/typography/font-family/bodoni/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/garamond/index.html b/docs/typography/font-family/garamond/index.html
index 56a4f741c..dd01d76d0 100644
--- a/docs/typography/font-family/garamond/index.html
+++ b/docs/typography/font-family/garamond/index.html
@@ -31,7 +31,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/georgia/index.html b/docs/typography/font-family/georgia/index.html
index 7a6141ed6..16b013a98 100644
--- a/docs/typography/font-family/georgia/index.html
+++ b/docs/typography/font-family/georgia/index.html
@@ -31,7 +31,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/helvetica/index.html b/docs/typography/font-family/helvetica/index.html
index e84155f96..a29f61a7f 100644
--- a/docs/typography/font-family/helvetica/index.html
+++ b/docs/typography/font-family/helvetica/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/index.html b/docs/typography/font-family/index.html
index 9b64d9f1d..48cbb2a7e 100644
--- a/docs/typography/font-family/index.html
+++ b/docs/typography/font-family/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -219,7 +219,7 @@ Reference
tachyons-font-family
- v4.3.3
+ v4.3.4
285 B
diff --git a/docs/typography/font-family/roboto/index.html b/docs/typography/font-family/roboto/index.html
index 485b93b6c..071cf189e 100644
--- a/docs/typography/font-family/roboto/index.html
+++ b/docs/typography/font-family/roboto/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/san-francisco/index.html b/docs/typography/font-family/san-francisco/index.html
index 519b5af49..b0139d2bd 100644
--- a/docs/typography/font-family/san-francisco/index.html
+++ b/docs/typography/font-family/san-francisco/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/system-sans-serif/index.html b/docs/typography/font-family/system-sans-serif/index.html
index a0a1a6412..b73c2b930 100644
--- a/docs/typography/font-family/system-sans-serif/index.html
+++ b/docs/typography/font-family/system-sans-serif/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-family/system-serif/index.html b/docs/typography/font-family/system-serif/index.html
index b6a6f78d0..3cec26acb 100644
--- a/docs/typography/font-family/system-serif/index.html
+++ b/docs/typography/font-family/system-serif/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/docs/typography/font-style/index.html b/docs/typography/font-style/index.html
index ddb7db6f9..7f1bb23aa 100644
--- a/docs/typography/font-style/index.html
+++ b/docs/typography/font-style/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -121,7 +121,7 @@ Reference
tachyons-font-style
- v4.0.4
+ v4.0.5
131 B
diff --git a/docs/typography/font-weight/index.html b/docs/typography/font-weight/index.html
index acaf01336..171d10437 100644
--- a/docs/typography/font-weight/index.html
+++ b/docs/typography/font-weight/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -158,7 +158,7 @@ Reference
tachyons-font-weight
- v5.0.4
+ v5.0.5
244 B
diff --git a/docs/typography/line-height/index.html b/docs/typography/line-height/index.html
index 41dd854dd..a51d383a6 100644
--- a/docs/typography/line-height/index.html
+++ b/docs/typography/line-height/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -154,7 +154,7 @@ Reference
tachyons-line-height
- v3.0.6
+ v3.0.7
151 B
diff --git a/docs/typography/measure/index.html b/docs/typography/measure/index.html
index 3b8912cd9..f0a9e7c13 100644
--- a/docs/typography/measure/index.html
+++ b/docs/typography/measure/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -315,7 +315,7 @@ Reference
tachyons-typography
- v3.0.4
+ v3.0.5
270 B
diff --git a/docs/typography/scale/index.html b/docs/typography/scale/index.html
index 433d19530..33ba675bd 100644
--- a/docs/typography/scale/index.html
+++ b/docs/typography/scale/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -213,16 +213,16 @@ Reference
tachyons-type-scale
- v6.0.4
- 242 B
+ v6.1.1
+ 252 B
- Declarations
- - 32
+ - 36
- Selectors
- - 40
+ - 44
- Max. Specificity Score
diff --git a/docs/typography/text-align/index.html b/docs/typography/text-align/index.html
index 9dfa90490..85486b27a 100644
--- a/docs/typography/text-align/index.html
+++ b/docs/typography/text-align/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -126,16 +126,16 @@ Reference
tachyons-text-align
- v3.0.4
- 145 B
+ v3.1.0
+ 165 B
- Declarations
- - 12
+ - 16
- Selectors
- - 12
+ - 16
- Max. Specificity Score
diff --git a/docs/typography/text-decoration/index.html b/docs/typography/text-decoration/index.html
index d544a4f44..00298c26c 100644
--- a/docs/typography/text-decoration/index.html
+++ b/docs/typography/text-decoration/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -122,7 +122,7 @@ Reference
tachyons-text-decoration
- v4.0.4
+ v4.0.6
162 B
diff --git a/docs/typography/text-transform/index.html b/docs/typography/text-transform/index.html
index ed76dccab..aeb9822cb 100644
--- a/docs/typography/text-transform/index.html
+++ b/docs/typography/text-transform/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -117,7 +117,7 @@ Reference
tachyons-text-transform
- v4.0.4
+ v4.0.6
173 B
diff --git a/docs/typography/tracking/index.html b/docs/typography/tracking/index.html
index a673d5f9e..cb86a2c3e 100644
--- a/docs/typography/tracking/index.html
+++ b/docs/typography/tracking/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -136,7 +136,7 @@ Reference
tachyons-letter-spacing
- v3.0.4
+ v3.0.5
159 B
diff --git a/docs/typography/vertical-align/index.html b/docs/typography/vertical-align/index.html
index f8895fce7..5c73f238f 100644
--- a/docs/typography/vertical-align/index.html
+++ b/docs/typography/vertical-align/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -230,7 +230,7 @@ Reference
tachyons-vertical-align
- v4.0.4
+ v4.0.6
174 B
diff --git a/docs/typography/white-space/index.html b/docs/typography/white-space/index.html
index 509be0095..374930753 100644
--- a/docs/typography/white-space/index.html
+++ b/docs/typography/white-space/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -156,7 +156,7 @@ Reference
tachyons-white-space
- v4.0.5
+ v4.0.7
153 B
diff --git a/gallery/index.html b/gallery/index.html
index c75ad6031..5c4d11d97 100644
--- a/gallery/index.html
+++ b/gallery/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/index.html b/index.html
index 4dac2d223..e4eb1240d 100644
--- a/index.html
+++ b/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
@@ -119,7 +119,7 @@
- Download v4.9.1
+ Download v4.12.0
@@ -131,9 +131,9 @@ 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://unpkg.com/tachyons@4.9.1/css/tachyons.min.css"/>
+<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"/>
or install via npm
-npm install --save-dev tachyons@4.9.1
+npm install tachyons@4.12.0
or grab all the source files and build+develop locally
git clone git@github.com:tachyons-css/tachyons.git
cd tachyons
diff --git a/package.json b/package.json
index 57cc03782..631f84e51 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tachyons-css.github.io",
- "version": "4.9.1",
+ "version": "4.12.0",
"description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
"main": "index.html",
"scripts": {
diff --git a/resources/index.html b/resources/index.html
index 4cb918c74..5a4814aa3 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -32,7 +32,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/script.sh b/script.sh
index 023907c4c..438958877 100644
--- a/script.sh
+++ b/script.sh
@@ -9,7 +9,7 @@ repos=(
"src/modules/box-shadow.js"
"src/modules/box-sizing.js"
"src/modules/clearfix.js"
-"src/modules/colors.js"
+#"src/modules/colors.js"
"src/modules/debug-grid.js"
"src/modules/debug.js"
"src/modules/display.js"
diff --git a/src/templates/header.html b/src/templates/header.html
index 16a538115..f40060b55 100644
--- a/src/templates/header.html
+++ b/src/templates/header.html
@@ -4,7 +4,7 @@
Tachyons
- v4.10.0
+ v4.12.0
diff --git a/src/templates/index.html b/src/templates/index.html
index 10cce7466..950a32453 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -81,7 +81,7 @@ Getting Started