You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently if use arbitrary values and class declaration there is no warning about the conflicting rules in specific formats like text-[color:var(--my-var,#ccc)]
Thank your for your contribution, I just released it on the beta channel: npm i eslint-plugin-tailwindcss@3.6.1-beta.0
I'll release it on 3.6.1 next week.
Is your feature request related to a problem? Please describe.
Currently if use arbitrary values and class declaration there is no warning about the conflicting rules in specific formats like
text-[color:var(--my-var,#ccc)]
Describe the solution you'd like
When both classes and arbitrary values are conflicting should have a warning/error like https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/master/docs/rules/no-contradicting-classname.md
Additional context
as example lint will give you a warning if you do
but not, if do
The text was updated successfully, but these errors were encountered: