标签:转换 bsp port post stc col 更新 span vmax
原来是由于版本太低的缘故:
postcss-px-to-viewport 0.0.3版本不支持 exclude属性。
更新到 1.1.0
配置:
// 路径中包含 PC ,则忽略 px转换为vw,vh,vmax,vmin exclude: /(\/|\\)(PC)(\/|\\)/,
postcss-px-to-viewport 的 exclude 配置无效
标签:转换 bsp port post stc col 更新 span vmax
原文地址:https://www.cnblogs.com/Mvloveyouforever/p/10894700.html