Class grouping is not working in dev with latest Nuxt Bridge #181
Open
Description
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
Additional context
It works fine with Nuxt 3, but not with Bridge
Metadata
Assignees
Labels
No labels