arlyon / stailwc

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

feat: add columns plugin #28

Closed timstarkk closed 1 year ago

timstarkk commented 1 year ago

This is me trying to handle "columns" https://tailwindcss.com/docs/columns

arlyon commented 1 year ago

Hey! So, I have made this a little easier. The good news is that this is very close. If you rebase and run

cargo test -- --include-ignored column

You'll notice we fail in one specific case: arbitrary CSS. Let me know if you need pointers.

arlyon commented 1 year ago

Solid, TY!