storybook
storybook copied to clipboard
[Bug]: Storybook CSS being overridden by TailwindCSS
Describe the bug
Ran through the official docs for using TailwindCSS in Storybook located here: https://storybook.js.org/recipes/tailwindcss
My components render correctly but I have noticed some of the StoryBook CSS seems to break. I guess it is being overridden by the Tailwind CSS?
To Reproduce
NextJS 13 with TailWind and latest Storybook following the official documentation of using Tailwind CSS with Storybook and running the command node node_modules/@storybook/addon-styling/bin/postinstall.js
System
Environment Info:
System:
OS: macOS 13.4
CPU: (10) arm64 Apple M1 Max
Binaries:
Node: 16.19.1 - ~/.nvm/versions/node/v16.19.1/bin/node
Yarn: 1.22.17 - /opt/homebrew/bin/yarn
npm: 8.19.3 - ~/.nvm/versions/node/v16.19.1/bin/npm
Browsers:
Chrome: 114.0.5735.198
Safari: 16.5
npmPackages:
@storybook/addon-essentials: ^7.0.24 => 7.0.24
@storybook/addon-interactions: ^7.0.24 => 7.0.24
@storybook/addon-links: ^7.0.24 => 7.0.24
@storybook/addon-styling: ^1.3.2 => 1.3.2
@storybook/blocks: ^7.0.24 => 7.0.24
@storybook/nextjs: ^7.0.24 => 7.0.24
@storybook/react: ^7.0.24 => 7.0.24
@storybook/testing-library: ^0.0.14-next.2 => 0.0.14-next.2
### Additional context
_No response_