mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 14:26:46 +00:00
Changes the build to preserve CSS variables in compiled output
This commit is contained in:
parent
fbd76e774c
commit
0cdc9645b8
14
package.json
14
package.json
@ -11,6 +11,8 @@
|
||||
],
|
||||
"repository": "tachyons-css/tachyons",
|
||||
"keywords": [
|
||||
"UI",
|
||||
"UI design",
|
||||
"css",
|
||||
"oocss",
|
||||
"postcss",
|
||||
@ -31,20 +33,20 @@
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "adam morse",
|
||||
"email": "hi@mrmrs.cc"
|
||||
"name": "Adam Morse",
|
||||
"url": "https://mrmrs.cc"
|
||||
},
|
||||
{
|
||||
"name": "john otander",
|
||||
"url": "http://johnotander.com"
|
||||
"name": "John Otander",
|
||||
"url": "https://johnotander.com"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"start": "npm run build:watch",
|
||||
"mutations": "immutable-css src/tachyons.css --strict",
|
||||
"build": "npm run build:css && npm run build:minify",
|
||||
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
|
||||
"build:minify": "tachyons src/tachyons.css --minify > css/tachyons.min.css",
|
||||
"build:css": "tachyons src/tachyons.css --preserveVariables > css/tachyons.css",
|
||||
"build:minify": "tachyons src/tachyons.css --minify --preserveVariables > css/tachyons.min.css",
|
||||
"build:watch": "watch \"npm run build\" ./src/"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user