You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import Tailwind's style components into index.css, the grid's style changes unexpectedly and no longer appears as the default or preferred design. However, when I comment out @tailwind base;, the style reverts to normal.
Describe the bug
When I import Tailwind's style components into index.css, the grid's style changes unexpectedly and no longer appears as the default or preferred design. However, when I comment out @tailwind base;, the style reverts to normal.
Here is the code I'm using:
Issue Screenshots
Unexpected style (with @tailwind base;)
Normal style (without @tailwind base;)
Request for Help
How can I resolve this issue? I want to include @tailwind base; in my project but still maintain the normal style.
To Reproduce
Link to code example:
Expected behavior
Environment
react
/react-dom
: "^18.3.1",Additional context
The text was updated successfully, but these errors were encountered: