headwind
headwind copied to clipboard
Support to Tailwind Styled Components
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.divp-20 bg-gray-100 text-3xl
;
That kind of classes are not detected by default.
Thank you!
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!