Tags: xerc/minify
Tags
Leave calc expressions alone when stripping units off of 0 Fixed matthiasmullie#217
Fix PHP5.3 compatibility Yet another ugly workaround... Fixes matthiasmullie#208
Require that a regex has some content Otherwise, the `//` that start a comment could be misread as regexes. Fixes matthiasmullie#196
Allow `=` inside regexes A fix for something else introduced a potential issue that when regular expressions have a `=` inside them, they wouldn't be recognized as such. This should make the regex detection more robust by checking the surrounding code, instead of limiting what can be inside.
Quote url() uri's with quotes in them Fixes matthiasmullie#193