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

Additional context
It works fine with Nuxt 3, but not with Bridge
Describe the bug
Class grouping is not working in dev with latest Nuxt Bridge. Such syntax is not transformed:
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

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