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
2.99k stars 401 forks source link

How to make font-size not convert, according to the configuration? 如何让font-size不转换,根据配置,发现所有的都不转换vw了 #47

Closed xiaoxiaoqing-win closed 4 years ago

KODerFunk commented 4 years ago

@Alberqing try use option propList: ['*', '!font-size'],