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
Describe the bug
When you do a build using Vite (6.1.1) there are CSS warnings. It looks like they are caused by invalid Tailwind v4 in the components:
Describe the bug
When you do a build using Vite (6.1.1) there are CSS warnings. It looks like they are caused by invalid Tailwind v4 in the components:
The second two warnings appear to be caused by this line in
table.tsx
which styles the columnResizer :Removing that single line removes the warnings. I don't think you can use
&
like that in a className value?I haven't located what is causing the first warning.
To Reproduce
Steps to reproduce the behavior:
diff
command to fetch the latest ones)pnpm run build
(or equivalent) when using Vite.Expected behavior
No CSS warnings during a build.
Desktop (please complete the following information):
Mac
The text was updated successfully, but these errors were encountered: