1.0.1 • Published 3 years ago

postcss-px-to-viewport-hundun v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

改造 postcss-px-to-viewport(基于 v1.1.1)

todo

补充文档

"postcss-px-to-viewport-hundun": {
    "unitToConvert": "px",
    "viewportWidth": 375,
    "unitPrecision": 5,
    "propList": [
        "*"
    ],
    "viewportUnit": "vw",
    "fontViewportUnit": "vw",
    "selectorBlackList": [],
    "minPixelValue": 1,
    "mediaQuery": true,
    "replace": true,
    "exclude": [],
    "landscape": false,
    "landscapeUnit": "vw",
    "landscapeWidth": 602,
    "pc": true,
    "pcQueryMinWidth": 1000,
    "pcContainerSelector": "main",
    "pcContainerMaxWidth": 500,
    "pcContainerBackground": "rgb(255,255,255)",
    "pcBodyBackground": "rgb(246,246,246)"
}