tachyons-cli
Version:
Postprocess tachyons stylesheets
15 lines (14 loc) • 340 B
JSON
{
"name": "tachyons-new",
"version": "1.0.0",
"description": "Generated project scaffold for Tachyons",
"scripts": {
"start": "tachyons src/styles.css --minify > css/t.min.css"
},
"repository": "tachyons-css/tachyons",
"license": "MIT",
"devDependencies": {
"tachyons": "^4.7.0",
"tachyons-cli": "^1.0.10"
}
}