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

支持 postcss-8 #83

Open fuxianwei opened 3 years ago

fuxianwei commented 3 years ago

postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration

z0ffy commented 3 years ago

me too

soulcm commented 3 years ago

me too, need to support postcss-8

Deeeeeee commented 3 years ago

me too

meiminjun commented 3 years ago

me to

wkl007 commented 3 years ago

me to

lzm0x219 commented 3 years ago

自己写...

skkhub commented 3 years ago

me too

XianZhengquan commented 3 years ago

改了一下 ,支持postcss 8.x了 https://github.com/XianZhengquan/postcss-px-to-viewport

kirklin commented 8 months ago

2023用TS重写了一个 #167