We're a place where coders share, stay up-to-date and grow their careers.
Thank for the positive feedback! What was the missing plugin? BTW if Storybook was the origin of your issues, I strongly suggest you try v6, which makes the integration really seamless.
Agreed--I'm on v6 but had to add the tailwind plugin to postcss.config.js as an object for Storybook to work, which you thankfully pointed out :-)
postcss.config.js
Thank for the positive feedback! What was the missing plugin? BTW if Storybook was the origin of your issues, I strongly suggest you try v6, which makes the integration really seamless.
Agreed--I'm on v6 but had to add the tailwind plugin to
postcss.config.js
as an object for Storybook to work, which you thankfully pointed out :-)