babel-plugin-tailwind icon indicating copy to clipboard operation
babel-plugin-tailwind copied to clipboard

Integrate with CSS-in-JS libraries that require a template literal for selectors

Open andrewdelprete opened this issue 7 years ago • 1 comments

Emotion and Styled Components

andrewdelprete avatar Nov 28 '17 07:11 andrewdelprete

babel-plugin-tailwind works well with Emotion's object syntax. I haven't figured out how to convert the style object to a css string literal that would with something like Styled Components.

andrewdelprete avatar Dec 04 '17 01:12 andrewdelprete