postcss-gridlover
Version:
Enables using Gridlover sx and gr units in your CSS
30 lines (29 loc) • 615 B
JSON
{
"name": "postcss-gridlover",
"version": "0.2.1",
"description": "Enables using Gridlover sx and gr units in your CSS",
"keywords": [
"postcss-plugin",
"css",
"gridlover",
"typography",
"modular scale",
"vertical rhythm"
],
"author": "Ville Vanninen <ville@pumpula.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sakamies/postcss-gridlover.git"
},
"devDependencies": {
"postcss": "^5.0.21"
},
"dependencies": {
"postcss": "^5.0.21"
},
"main": "index.js",
"scripts": {
"test": "cd test;node test.js"
}
}