It works properly in the TailwindCSS Intellisense plugin by using tailwindCSS.experimental.classRegex
But it doesn't work with headwind.classRegex, can you explain why?
Basically what I want is this 2-step regex:
matches tw(anything in here)
matches any strings in the "anything in here" part to sort
Hi guys, thank you for this amazing extension. But I can't understand how the multi-step regex works, can you explain it to me?
I have this multi-step regex:
It works properly in the TailwindCSS Intellisense plugin by using
tailwindCSS.experimental.classRegex
But it doesn't work withheadwind.classRegex
, can you explain why?Basically what I want is this 2-step regex:
My test cases:
Many thanks.