postcss-px-to-viewport icon indicating copy to clipboard operation
postcss-px-to-viewport copied to clipboard

A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units. The best choice to create a scalable interface on different displays by one design size.

Results 108 postcss-px-to-viewport issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

代码都是一样的,装的postcss版本也是一样,windows系统下进行了转换,而mac ,linux下不会。版本v1.1.1。 环境:vue-cli4的scss项目。配置于postcss.config.js exclude option is used at macOs and linux but windows. /* px-to-viewport-ignore-next */ and /* px-to-viewport-ignore */ useless in all sys. postcss.config.js: `exclude: [/node_modules/, /src\/styles\/stillPx/],` ` .qrcode-box,...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I don't like the error message, so I tried to resolve this error, but I found some properties are not available. I don't have time to change.

change viewportWidth support function

atRule is not a constructor in postcss 8.0.3; so need to use `AtRule` alter it or remove `new` keywords. refer: https://postcss.org/api/#postcss-atrule

it looks like not work. (vue3+scss+vite)