UNPKG

tachyons-white-space

Version:

Tachyons css module for setting white space across breakpoints.

39 lines (38 loc) 1.14 kB
{ "name": "tachyons-white-space", "version": "4.0.7", "style": "src/tachyons-white-space.css", "main": "src/tachyons-white-space.css", "description": "Tachyons css module for setting white space across breakpoints.", "keywords": [ "tachyons", "tachyons-css" ], "files": [ "src", "css" ], "repository": "tachyons-css/tachyons-white-space", "author": { "name": "mrmrs", "email": "hi@mrmrs.cc", "url": "http://mrmrs.cc" }, "license": "ISC", "devDependencies": { "tachyons-cli": "^1.3.2", "watch": "^1.0.2" }, "scripts": { "start": "npm run build:watch", "build:css": "tachyons src/tachyons-white-space.css > css/tachyons-white-space.css", "build:minify": "tachyons src/tachyons-white-space.css --minify > css/tachyons-white-space.min.css", "build:docs": "tachyons src/tachyons-white-space.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" }, "metadata": { "category": "typography", "isCore": true } }