Techassi
Techassi
Any update on this @curlpipe ?
Okay great to hear. I'm curious to check out the new version!
I don't know much about Astro, but it seems like you can provide Vite config options via the Astra Config, see [here](https://docs.astro.build/reference/configuration-reference/#vite)
Please open a issue over at [nuxt-windicss](https://github.com/windicss/nuxt-windicss) as this is an issue with our Nuxt integration and not strictly Windi CSS.
Which version of Windi CSS are you using?
Okay good to know. I will look into it!
It seems like this features was deprecated with Tailwind v3. See [here](https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer) The replacement should be `@layer`. See Windi Docs [here](https://windicss.org/features/directives.html#layer) ```css @layer utilities { /* YOUR STYLES */ }...
The usage of `@responsive` is not possible. There are multiple other directives which can achieve the same behavior (to some extend). You can do two things: ### Custom classes for...
We still use the old padding trick to preserve backwards compatibility. The new `aspect-square`, `aspect-video` and `aspect-auto` utility classes implement the same classes provided by TW3. Moving forwards we should...
I will look into it!