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

Bug fix: Identical !important rules are applied in the wrong order #64

Merged
merged 1 commit into from
Oct 17, 2014

Conversation

oztune
Copy link

@oztune oztune commented Apr 29, 2014

This is a very subtle bug caused by the fact that there's a shared specificity object for all !important rules, which messes up the compare function.

I included a unit test for the bug.

@oztune
Copy link
Author

oztune commented Apr 30, 2014

@guille This is a pretty important issue to fix, what can I do to get this merged in?

@oztune
Copy link
Author

oztune commented May 5, 2014

Is this repo still being maintained?

@jhebb
Copy link

jhebb commented Oct 17, 2014

+1 This bug got me in my current project.

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

Successfully merging this pull request may close these issues.

None yet

3 participants