-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
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:
@tailwind base;
@tailwind components;
@tailwind utilities;
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-data-grid": "^7.0.0-beta.47",
react/react-dom: "^18.3.1",