Replies: 1 comment 4 replies
-
Consider providing a project that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to style my buttons or inputs in Tailwind 4 using Vite and deno, to get the styles to show up i have to either get rid of the preflights or I have to add the important tag at the end this includes for bg-anyColor, text-anyColor, border-width, border color and a few other. Width, margin, padding and other styles work.
Any help would be great using the important key all the time seems wrong.
here is what my button looks like that wont work unless I use the important specifier.
It seems to be that it cant overwrite the background-color:transparent and font-color:inherit
Beta Was this translation helpful? Give feedback.
All reactions