Schepp / CSS-Filters-Polyfill

This polyfill takes the official CSS filters syntax and translates it to the different equivalent techniques that the browsers know for those effects
MIT License
762 stars 66 forks source link

Update to latest JCSSP. #9

Closed mariuswilms closed 11 years ago

mariuswilms commented 11 years ago

This updates the included JSCSSP to its latest version. Fixing parsing of compressed CSS files.

Schepp commented 11 years ago

Hey David,

thank you very very much! But one thing: Did you check JCSSP against media queries? Because I needed to modify the last version to have it not throw an error when encountering an MQ.

mariuswilms commented 11 years ago

Hi Christian,

I'm using MediaQueries and it doesn't throw any errors for me. I haven't tested on IE, though :)

mariuswilms commented 11 years ago

I've mistakenly added too many commits into this PR here, please see PR https://github.com/Schepp/CSS-Filters-Polyfill/pull/11 for the real stuff.