-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Angular class binding no longer working with 3.4.5+ #14011
Comments
Just ran into this issue. |
Same here |
1 similar comment
Same here |
Also happening with 3.4.6. A temporary solutions if to go back to version 3.4.4. |
Me too. |
Same for me. |
Fixed with 3.4.7 |
Hey! Should be fixed in v3.4.7 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the release of version 3.4.5, and the merged pull request #13959 the single CSS class binding in angular is no longer recognised as css class.
For example I have html with
The css class is not recognised by tailwind and therefore not added to the styles.css
Changing the code to
it is added to the resulting styles.css again.
The text was updated successfully, but these errors were encountered: