You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
stefanfisk
changed the title
@apply does not remove !important! when used on multiple selectors.
@apply does not remove !important when used on multiple selectors.
Nov 19, 2020
stefanfisk
added a commit
to stefanfisk/tailwindcss
that referenced
this issue
Nov 19, 2020
* Add failing test for #2823
* cleanup string literals
* use prettier for toMatchCSS diffs
* make sure that importants are applied correctly
Co-authored-by: Robin Malfait <[email protected]>
Describe the problem:
@apply
does not remove!important
when used on multiple selectors.Link to a minimal reproduction:
https://play.tailwindcss.com/D2cD5V3kGf
The text was updated successfully, but these errors were encountered: