-
Notifications
You must be signed in to change notification settings - Fork 219
Support Angular [ngClass] #187
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
Is this something we could maybe help add support for? Please let me know how we can help fix this, so Angular can have first class support in Tailwind |
bradlc
added a commit
that referenced
this issue
Nov 30, 2020
@bradlc thanks for adding ngClass support!! 👍 did you release a new extension version 0.5.2? It doesn't seem to update for me. |
Hey @marcjulian, it's published now! Let me know if you run into any issues, cc @alexbjorlig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Angular supports adding classes based on conditions like this:
This makes it easy to add classes based on a condition. However, the extension does not seem to work in this case?
Would be awesome if it worked, because it's a fairly common way of assigning classes in Angular
The text was updated successfully, but these errors were encountered: