arlyon / stailwc

Tailwind in SWC, Nextjs, and Vite, fast 🚀
https://npmjs.com/package/stailwc
Apache License 2.0
230 stars 3 forks source link

display block / flex are not always processed #46

Open stouch opened 1 year ago

stouch commented 1 year ago

I got issue with display flex and block when I set multiple properties in a ${tw macro} inside styled components css : This does not work : (block is not injected in css)

Screenshot from 2023-08-03 21-58-17

And this works : Screenshot from 2023-08-03 21-57-56

Is there anything wrong ?