-
Notifications
You must be signed in to change notification settings - Fork 219
Issue with cssConflict in Vue class binding ternary #523
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
Comments
Hey, what version of Tailwind Intellisense are you using ? |
@tightropeboy I am using version 0.8.0, updated from version 0.7.7. Also am using Tailwind CSS v3.0.23 |
Hello @bradlc ! |
Same here. Please consider reopen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting a cssConflict when using the same CSS properties with a Vue class binding syntax inside a ternary:
This is causing my project to be littered with these warnings. Since these CSS properties are in a ternary statement, they should never be conflicting.
The text was updated successfully, but these errors were encountered: