Skip to content
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

Closed
VoigtK opened this issue Jul 17, 2024 · 8 comments
Closed

Angular class binding no longer working with 3.4.5+ #14011

VoigtK opened this issue Jul 17, 2024 · 8 comments

Comments

@VoigtK
Copy link

VoigtK commented Jul 17, 2024

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

<div class="flex flex-col" [class.ml-2]="active">
</div>

The css class is not recognised by tailwind and therefore not added to the styles.css

Changing the code to

<div class="flex flex-col ml-2">
</div>

it is added to the resulting styles.css again.

@princemaple
Copy link

Just ran into this issue.

@NetWin
Copy link

NetWin commented Jul 18, 2024

Same here

1 similar comment
@danielehrhardt
Copy link

Same here

@sebsoftpak
Copy link

sebsoftpak commented Jul 18, 2024

Also happening with 3.4.6. A temporary solutions if to go back to version 3.4.4.

@elirov
Copy link

elirov commented Jul 22, 2024

Me too.

@rmarquez-modus
Copy link

Same for me.

@danielehrhardt
Copy link

Fixed with 3.4.7

@adamwathan
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants