|
1 | 1 | {
|
2 | 2 | "name": "tachyons-css.github.io",
|
3 |
| - "version": "4.5.1", |
| 3 | + "version": "4.5.3", |
4 | 4 | "description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
|
5 | 5 | "main": "index.html",
|
6 | 6 | "scripts": {
|
|
11 | 11 | "build:watch": "watch 'node build.js' src/templates/",
|
12 | 12 | "docs:grid": "watch 'node src/modules/grid.js' src/templates/docs/grid/",
|
13 | 13 | "docs:links": "watch 'node src/modules/links.js' src/templates/docs/links/",
|
| 14 | + "docs:pseudo": "watch 'node src/modules/skins-pseudo.js' src/templates/docs/skins-pseudo/", |
14 | 15 | "docs:videos": "watch 'node src/modules/videos.js' src/templates/",
|
15 | 16 | "docs:hovers": "watch 'node src/modules/hovers.js' src/templates/docs/hovers/",
|
16 | 17 | "docs:measure": "watch 'node src/modules/measure.js' src/templates/docs/measure/",
|
17 |
| - "docs:type": "watch 'node src/modules/scale.js' src/templates/docs/type-scale/", |
| 18 | + "docs:type": "watch 'node src/modules/type-scale.js' src/templates/docs/type-scale/", |
18 | 19 | "docs:line-height": "watch 'node src/modules/line-height.js' src/templates/docs/line-height/",
|
19 | 20 | "doc": "bash script.sh",
|
20 | 21 | "doc:watch": "watch 'npm run doc' src/templates/docs",
|
|
65 | 66 | "tachyons-outlines": "^1.0.0",
|
66 | 67 | "tachyons-overflow": "^4.0.0",
|
67 | 68 | "tachyons-position": "^6.0.0",
|
68 |
| - "tachyons-skins": "^3.2.4", |
| 69 | + "tachyons-skins": "^4.0.0", |
69 | 70 | "tachyons-spacing": "^6.0.0",
|
70 | 71 | "tachyons-tables": "^1.0.3",
|
71 | 72 | "tachyons-text-align": "^3.0.0",
|
|
109 | 110 | "postcss": "^5.0.21",
|
110 | 111 | "postcss-browser-reporter": "^0.5.0",
|
111 | 112 | "postcss-conditionals": "^2.0.2",
|
112 |
| - "postcss-css-variables": "^0.5.1", |
| 113 | + "postcss-css-variables": "^0.6.0", |
113 | 114 | "postcss-custom-media": "^5.0.1",
|
114 | 115 | "postcss-custom-properties": "^5.0.1",
|
115 | 116 | "postcss-discard-comments": "^2.0.4",
|
|
124 | 125 | "tachyons-flexbox": "^2.0.1",
|
125 | 126 | "tachyons-modules": "^1.1.8",
|
126 | 127 | "tachyons-queries": "^0.3.1",
|
| 128 | + "tachyons-skins-pseudo": "^1.0.1", |
127 | 129 | "titleize": "^1.0.0",
|
128 | 130 | "watch": "^0.19.2"
|
129 | 131 | },
|
|
0 commit comments