Since we publish this repository, we can technically enable Tailwind using a pipeline like:
- If development -> Load Tailwind plugin into Vite
- On publish -> Convert TW CSS to regular CSS
The caveat here is that it'll make development builds slower, as it needs to load and process Tailwind.
Since we publish this repository, we can technically enable Tailwind using a pipeline like:
The caveat here is that it'll make development builds slower, as it needs to load and process Tailwind.