@vci/postcss-adapt
Version:
it`s a plugin of postcss, it can transform that the size of your code like wpx or px or hpx to vw or vh for adapt screen
33 lines • 630 B
JSON
{
"name": "@vci/postcss-adapt",
"description": "it`s a plugin of postcss, it can transform that the size of your code like wpx or px or hpx to vw or vh for adapt screen",
"version": "1.1.2",
"author": "visual-ceiling",
"license": "ISC",
"keywords": [
"vci",
"postcss",
"postcss-plugin",
"adapt",
"px",
"hpx",
"vw",
"vh",
"transfrom"
],
"buildOption": {
"dir": "dist"
},
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.js",
"devDependencies": {
"postcss": "^8.5.15"
},
"peerDependencies": {
"postcss": "^8.5.15"
},
"scripts": {}
}