Hello, I have been used your module for tailwindcss it's working like a charm. But when I try it in component like quasar or nuxt/ui it's not working. even it only basic component like button. I have this simple reproducible code here.
as you can see the output
for "padding" and "gutter" (number 1) it's working, because I type it the class in div.
but, when I'm using "component button: q-btn" from quasar (number 2) the class it's not obfuscate, because I guess it generate by component q-btn

can you help me?
Thanks
Hello, I have been used your module for tailwindcss it's working like a charm. But when I try it in component like quasar or nuxt/ui it's not working. even it only basic component like button. I have this simple reproducible code here.
as you can see the output

for "padding" and "gutter" (number 1) it's working, because I type it the class in div.
but, when I'm using "component button: q-btn" from quasar (number 2) the class it's not obfuscate, because I guess it generate by component q-btn
can you help me?
Thanks