Not doing base reset #17329
Unanswered
petedanielsmith
asked this question in
Help
Replies: 1 comment 6 replies
-
That should work in a production build. Consider providing a git repo that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
6 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.
-
In tailwind 3 I was just loading components and utilities so that the base reset didn't occur on a particular 3rd party section of my site as the reset broke their styling.
In tailwind 4 I have been using
Which works fine in dev but as soon as I do a production build it doesn't work at all.
Is there a different way of loading tailwind styles without the base reset just for certain pages rather than app overall setting?
Beta Was this translation helpful? Give feedback.
All reactions