evrone / postcss-px-to-viewport

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.
https://evrone.com/postcss-px-viewport
MIT License
3.04k stars 406 forks source link

propList文档 #74

Open xiaozhanghui opened 3 years ago

xiaozhanghui commented 3 years ago

"!" 和 ""可以组合使用, 例如: ['', '!font'],将不转换font-size以及font-weight等属性; ['', '!font']将不转化任何。应该是['', '!font']吧!