-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
[Feature request] Lint values in a object #135
Comments
any progress with this? this would be awesome! |
The MR #185 does not fix this specific issue |
@francoismassart It looks like bg-white and bg-red are no contradicting classes in the test setup. This is no different then So linting in a object should be closed, a new issue should be opened for linting contradicting classes for background in tailwind. |
Found the issue in the example |
Fixed in the latest release |
Is your feature request related to a problem? Please describe.
Can't lint values in an object passed to a callee.
My list of callees:
["clsx", "cva"]
.This doesn't work:
This does:
Describe the solution you'd like
I would like for the first example to work.
The text was updated successfully, but these errors were encountered: