Open esserweb opened 3 years ago
You should be able to add a custom regex using headwind.classRegex
: https://github.com/heybourn/headwind#headwindclassregex
Has anyone done a custom regex yet? I'm failing!
Same here - my regex skills aren't great!
Hi there guys, thanks for your great job!
Please, can you explain how can we add support to Tailwind Styled Components?
For example: const Block = tw.div
p-20 bg-gray-100 text-3xl
;That kind of classes are not detected by default.
Thank you!