Skip to content
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

CSS Overrides are not working #28

Open
httpdss opened this issue May 16, 2016 · 1 comment
Open

CSS Overrides are not working #28

httpdss opened this issue May 16, 2016 · 1 comment

Comments

@httpdss
Copy link

httpdss commented May 16, 2016

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.

@hovi
Copy link

hovi commented Nov 21, 2016

Yeah having same issue, making tool pretty much useless for me 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants