Relative Content

Tag Archive for reactjstailwind-cssstorybookremix.run

Tailwind classes not working properly in storybook

I setup storybook for a remix project that uses tailwind. I’ve imported the global styles in the preview.ts of storybook as instructed in the guide thing. The weird thing is some classes and some doesn’t. What I found out is, say bg-lime-500 works as intended but bg-lime-400 does not.