UNPKG

postcss-ms-unit

Version:

PostCSS plugin to add modular scale unit

36 lines (35 loc) 780 B
{ "name": "postcss-ms-unit", "version": "0.0.2", "description": "PostCSS plugin to add modular scale unit", "keywords": [ "postcss", "css", "postcss-plugin", "modular-scale" ], "author": "Jerome Duncan <jerome@bigbitecreative.com>", "license": "MIT", "repository": "jrmd/postcss-ms-unit", "bugs": { "url": "https://github.com/jrmd/postcss-ms-unit/issues" }, "homepage": "https://github.com/jrmd/postcss-ms-unit", "dependencies": { "postcss": "^5.2.6" }, "devDependencies": { "eslint": "^3.12.2", "eslint-config-postcss": "^2.0.2", "jest": "^18.0.0" }, "scripts": { "test": "jest && eslint *.js" }, "eslintConfig": { "extends": "eslint-config-postcss/es5", "env": { "jest": true } } }