-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
scrub_css drops !important rule from shorthand css properties #191
Comments
b7kich
pushed a commit
to b7kich/loofah
that referenced
this issue
Aug 25, 2020
Thanks for reporting this. I'll take a look at the PR at #192 today. |
flavorjones
pushed a commit
to b7kich/loofah
that referenced
this issue
Aug 26, 2020
flavorjones
added a commit
to b7kich/loofah
that referenced
this issue
Aug 26, 2020
and clean up test data part of flavorjones#191
flavorjones
added a commit
to b7kich/loofah
that referenced
this issue
Aug 26, 2020
part of flavorjones#191
Will ship in v2.7.0 later today. |
Thanks for cleaning the code up! |
No, thank you for figuring out the bug and submitting a PR! This was a tricky one. 👍 |
This was referenced Mar 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Applies to shorthand CSS properties like border, padding, margin, background and their expansions like margin-top, background-color etc.
The text was updated successfully, but these errors were encountered: