@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
23 lines • 478 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.0.11",
"author": "visual-ceiling",
"license": "ISC",
"keywords": [
"vci",
"postcss",
"postcss-plugin",
"adapt",
"px",
"hpx",
"vw",
"vh",
"transfrom"
],
"main": "index.js",
"peerDependencies": {
"postcss": "8.5.6"
},
"scripts": {}
}