We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inset
Same here with arbitrary values: shadow-[inset_0_1px_0,inset_0_-1px_0] shadow-[hsl(var(--border-primary))]
shadow-[inset_0_1px_0,inset_0_-1px_0] shadow-[hsl(var(--border-primary))]
Originally posted by @Sliov in #277 (comment)
The text was updated successfully, but these errors were encountered:
The problem is that the shadowRegex in https://github.com/dcastil/tailwind-merge/blob/v2.2.1/src/lib/validators.ts#L9 doesn't account for inset.
shadowRegex
Sorry, something went wrong.
This was addressed in release v2.2.2.
Successfully merging a pull request may close this issue.
Originally posted by @Sliov in #277 (comment)
The text was updated successfully, but these errors were encountered: