postcss-crip
Version:
PostCSS plugin Shorthand properties for Crips too lazy to write
31 lines (30 loc) • 687 B
JSON
{
"name": "postcss-crip",
"version": "3.0.0",
"description": "PostCSS plugin Shorthand properties for Crips too lazy to write",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"shorthand",
"crip"
],
"engines": {
"node": ">=6.0.0"
},
"author": "Johnie Hjelm <johnie@hjelm.im>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/johnie/postcss-crip.git"
},
"bugs": {
"url": "https://github.com/johnie/postcss-crip/issues"
},
"homepage": "https://github.com/johnie/postcss-crip",
"dependencies": {
"crip-css-properties": "^1.0.1",
"object-merge": "^2.5.1",
"postcss": "^8.4.14"
}
}