-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add support for the !important attribute #843
base: main
Are you sure you want to change the base?
Conversation
Are you sure |
I think |
Looks good to me. |
Will try it. |
I just noticed this, though:
So I think I need to adapt the swapping condition a bit. Will do so a bit later. |
The condition should probably be:
Will adapt it and extend the test cases. |
Should be good now. |
This solves the problem I had where I wanted to achieve that I can override all styles in the SVG via stylesheet injection. I tested it with
rsvg-convert
and it works in the same way, so it would be great to have this merged. :)