Closed heyjoe1984 closed 2 years ago
Thank you for making this package.
I have the following classRegex I use with the tailwind extension:
"tailwindCSS.experimental.classRegex": [ "class\\(([^)]*)\\)", ],
This works great in my Laravel blade PHP files.
However, I tried using the headwind class regex and it doesn't work:
"headwind.classRegex": { "php": "class\\(([^)]*)\\)", },
The tailwind classes are never sorted. Any tips on how I can make this work?
Nevermind it works, I just had to reload VS Code for it to kick in.
Thank you for making this package.
I have the following classRegex I use with the tailwind extension:
This works great in my Laravel blade PHP files.
However, I tried using the headwind class regex and it doesn't work:
The tailwind classes are never sorted. Any tips on how I can make this work?