I started use Cassette library in our project. This library use Microsoft Ajax Minifier by default. I face problems breaking html layout on some pages only in firefox browser. I found that problem is related to CSS3 function calc(). The + and – operators must always be surrounded by whitespace in this function. I can redefine this properties somewhere out of this minify area but I don`t want to do that. I want to fix it inside file. Is it possible?
I started use Cassette library in our project. This library use Microsoft Ajax Minifier
Share
I found that using
-moz-prefix forcalcfunction leaves it untouched after minifier.Example:
Becomes: