Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels