Skip to content

Commit 0893aa9

Browse files
author
mrmrs
committed
Cleanup for 4.6.0 release
* Update dependencies. * Regenerate css * Update readme to latest version
1 parent 35a2426 commit 0893aa9

5 files changed

Lines changed: 14 additions & 12 deletions

File tree

css/tachyons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! TACHYONS v4.5.5 | http://tachyons.io */
1+
/*! TACHYONS v4.6.0 | http://tachyons.io */
22
/*
33
*
44
* ________ ______

css/tachyons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tachyons",
3-
"version": "4.7.0",
3+
"version": "4.6.0",
44
"description": "Functional CSS for humans",
55
"author": "mrmrs",
66
"style": "css/tachyons.min.css",
@@ -24,9 +24,8 @@
2424
"copy-files": "^0.1.0",
2525
"immutable-css-cli": "^1.1.1",
2626
"normalize.css": "^4.2.0",
27-
"tachyons-cli": "^1.0.8",
28-
"tachyons-modules": "^1.1.8",
29-
"watch": "^0.19.2"
27+
"tachyons-cli": "^1.0.10",
28+
"tachyons-modules": "^1.1.8"
3029
},
3130
"contributors": [
3231
{
@@ -45,5 +44,8 @@
4544
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
4645
"build:minify": "tachyons src/tachyons.css -m > css/tachyons.min.css",
4746
"build:watch": "watch 'npm run build' ./src/"
47+
},
48+
"dependencies": {
49+
"watch": "^1.0.1"
4850
}
4951
}

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ The modules are generally pretty small and thus quick and easy to read.
4141
The quickest and easiest way to start using tachyons is to include a reference
4242
to the minified file in the head of your html file.
4343

44-
Currently the latest version is 4.5.4
45-
```html
46-
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.4/css/tachyons.min.css">
47-
```
48-
4944
You can always grab the latest version with
5045
```html
5146
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
5247
```
48+
You can also specify a specific version. The latest version is 4.6.0
49+
```html
50+
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.0/css/tachyons.min.css">
51+
```
52+
5353

5454
### Local Setup
5555

src/tachyons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! TACHYONS v4.5.5 | http://tachyons.io */
1+
/*! TACHYONS v4.6.0 | http://tachyons.io */
22

33
/*
44
*

0 commit comments

Comments
 (0)