#How to configure @astrojs/tailwind's PoctCSS?
12 messages · Page 1 of 1 (latest)
You kinda can't unfortunately, if you need that, you'll need to install Tailwind manually
oh no 😦
You might be able to use the postcss Vite config maybe? Not sure
was going to have a go with this, not sure if it would work that way https://github.com/esamattis/postcss-ts-classnames
Oh that's neat
I was looking for something similar not too long ago
And the only way I had found back then was absolutely terrible
(wanted it for tooling purposes, not sure how it would work in Astro)
if you just want it for the autocomplete, you can use the intellisense extension: https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
to get autocomplete for custom classes, you would need to add them in the tailwindconfig as utilities though...
that's how i do it for frequently used ones
no not for intellisense