postcss-unit-unit
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "postcss-unit-unit", | ||
"main": "index.js", | ||
"version": "1.0.2", | ||
"description": "A CSS post-processor that converts px to viewport units (vw, vh, rpx, rem, vmin, vmax).", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -11,5 +12,7 @@ "author": { | ||
"keywords": [ | ||
"units", | ||
"px2rpx", | ||
"px2vw", | ||
"postcss" | ||
"postcss", | ||
"postcss-plugin" | ||
], | ||
@@ -16,0 +19,0 @@ "scripts": {}, |
@@ -5,3 +5,3 @@ # CSS 单位自动转换工具 | ||
注意:配置参数 `fullViewportWidth` 为目标单位总宽度,如 `rpx` 时为 `750`, `vw` 时为 `100` | ||
注意:配置参数 `fullViewportWidth` 为目标单位总宽度,如目标单位为 `rpx` 时填写 `750`, 目标单位为 `vw` 时填写 `100`,其他情况根据比例计算。 | ||
@@ -8,0 +8,0 @@ ## 安装 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13756