windicss / postcss-windicss

PostCSS integrations for Windi CSS
https://www.npmjs.com/package/postcss-windicss
MIT License
35 stars 3 forks source link

Can we make a postCSS 7.0 version? #12

Open a395027720 opened 3 years ago

a395027720 commented 3 years ago

I would like to apply Windicss to frameworks that cannot be introduced into CSS in JS files, such as the App developed by UNIApp. Could you please send a version of PostSS7.0 so that I can use the functions of this plug-in

antfu commented 3 years ago

I am not very familiar with the changes between PostCSS v7 and v8, but I guess we didn't use things too specific so it might actually works on v7. Can you test it with v7 (you might need to override the deps version). Thanks

xiaobc1234 commented 3 years ago

Use postcss-windicss-postcss7 plugin

chenxingyu350128 commented 2 years ago

postcss-windicss-postcss7 plugin do works, but the "value auto-infer" of the color now only support hex(text-[#454545]) and the preset value(text-red-300). neither rgb?a nor hsl is work I wanna if postcss-plugin can work, cause I never run it successfully.

vincent666666 commented 1 year ago

I wanna if postcss-plugin can work, c

How do you use Postcss-windicss-postcss7? Can you give the code? thank you