tachyons-z-index
Version:
Tachyons css module for setting z-index on elements
38 lines (37 loc) • 1.06 kB
JSON
{
"name": "tachyons-z-index",
"description": "Tachyons css module for setting z-index on elements",
"version": "1.0.10",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",
"url": "http://mrmrs.cc"
},
"style": "src/tachyons-z-index.css",
"main": "src/tachyons-z-index.css",
"files": [
"src",
"css"
],
"keywords": [
"tachyons",
"tachyons-css",
"css",
"stacking",
"z-index"
],
"repository": "tachyons-css/tachyons-z-index",
"license": "ISC",
"devDependencies": {
"tachyons-cli": "^1.3.2",
"watch": "^1.0.2"
},
"scripts": {
"start": "npm run build:watch",
"build:css": "tachyons src/tachyons-z-index.css > css/tachyons-z-index.css",
"build:minify": "tachyons src/tachyons-z-index.css --minify > css/tachyons-z-index.min.css",
"build:docs": "tachyons src/tachyons-z-index.css --generate-docs --package=../../package.json > readme.md",
"build": "npm run build:css && npm run build:minify && npm run build:docs",
"build:watch": "watch 'npm run build' ./src"
}
}