windicss / nuxt-windicss

🍃 Windi CSS for Nuxt ⚡
331 stars 24 forks source link

Class grouping is not working in dev with latest Nuxt Bridge #181

Open AndrewBogdanovTSS opened 2 years ago

AndrewBogdanovTSS commented 2 years ago

Describe the bug Class grouping is not working in dev with latest Nuxt Bridge. Such syntax is not transformed:

hover:(text-red-200 underline)

To Reproduce Go to: https://stackblitz.com/edit/node-rnhgjr?file=pages%2Findex.vue,components%2FCounter.vue

Expected behavior hover:(text-red-200 underline) -> hover:text-red-200 hover:underline

Screenshots image

Additional context It works fine with Nuxt 3, but not with Bridge