We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, great project!
i've been trying it out and works great except for css overrides.
if i have a css which defines the same attribute for a selector, then it takes the first one instead of the last definition
ex:
<a class="button red">HI</a> .button { padding:5px; background-color: black; } .red { background-color: red; }
the final color of the link should be red, but the css inliner is choosing black as the final bgcolor.
The text was updated successfully, but these errors were encountered:
Yeah having same issue, making tool pretty much useless for me 👎
Sorry, something went wrong.
No branches or pull requests
Hi, great project!
i've been trying it out and works great except for css overrides.
if i have a css which defines the same attribute for a selector, then it takes the first one instead of the last definition
ex:
the final color of the link should be red, but the css inliner is choosing black as the final bgcolor.
The text was updated successfully, but these errors were encountered: