andrewrk / juice

Juice inlines CSS stylesheets into your HTML source.
MIT License
60 stars 13 forks source link

add option for keeping !important #12

Closed k7y6t5 closed 9 years ago

k7y6t5 commented 10 years ago

It looks like my !important rules are getting stripped out. This is mainly a problem with overriding iOS blue links. Any chance of adding an option to keep them in?

BTW I'm using this via gulp-inline-css.

andrewrk commented 10 years ago

Sounds like something that should be fixed.

I'm acting as a maintainer for this module but I don't have the proper use case to do feature development. So I'd be happy to merge a pull request that fixed this and included a test to make sure it works, but I won't be personally developing the fix.