Skip to content

Arbitrary variants not working after upgrading to TW v4 #16599

Discussion options

You must be logged in to vote

Could also be that React Day Picker's CSS is overridding Tailwind's. Try @importing its styles inside a @layer in the Tailwind CSS file like:

@import "tailwindcss";
@import "react-day-picker/style.css" layer(components);

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants