postcss-pxv
Version:
A PostCSS plugin that converts pxv units into fluid, viewport-scaled values using clamp().
43 lines • 950 B
JSON
{
"name": "postcss-pxv",
"version": "2.0.0",
"description": "A PostCSS plugin that converts pxv units into fluid, viewport-scaled values using clamp().",
"main": "index.js",
"type": "commonjs",
"scripts": {
"build": "node process-css.js",
"prepublishOnly": "npm install && npm run build"
},
"keywords": [
"postcss",
"plugin",
"viewport",
"fluid",
"responsive",
"clamp",
"css",
"pxv",
"unit"
],
"author": "Daniel Box",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/kni-labs/postcss-pxv.git"
},
"bugs": {
"url": "https://github.com/kni-labs/postcss-pxv/issues"
},
"homepage": "https://github.com/kni-labs/postcss-pxv#readme",
"peerDependencies": {
"postcss": "^8.0.0"
},
"dependencies": {
"postcss": "^8.5.6",
"postcss-value-parser": "^4.2.0"
},
"devDependencies": {},
"engines": {
"node": ">=14"
}
}