@ttou/postcss-px-to-viewport
Advanced tools
Comparing version
@@ -47,2 +47,3 @@ export type Options = { | ||
* - 如果传入的值是一个数组,那么数组里的值必须为正则 | ||
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/` | ||
*/ | ||
@@ -54,2 +55,3 @@ include?: RegExp | RegExp[]; | ||
* - 如果传入的值是一个数组,那么数组里的值必须为正则 | ||
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/` | ||
*/ | ||
@@ -56,0 +58,0 @@ exclude?: RegExp | RegExp[]; |
{ | ||
"name": "@ttou/postcss-px-to-viewport", | ||
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Dmitry Karpunin <koderfunk@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -47,2 +47,3 @@ export type Options = { | ||
* - 如果传入的值是一个数组,那么数组里的值必须为正则 | ||
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/` | ||
*/ | ||
@@ -54,2 +55,3 @@ include?: RegExp | RegExp[] | ||
* - 如果传入的值是一个数组,那么数组里的值必须为正则 | ||
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/` | ||
*/ | ||
@@ -56,0 +58,0 @@ exclude?: RegExp | RegExp[] |
48936
0.55%832
0.48%