hmm ... could you uncomment and change
$tmp_code = trim (CssMin::minify($code, false));
into
$tmp_code = trim (CssMin::minify($code));
and see if that solves that problem zerooverture?
frank
hmm ... could you uncomment and change
$tmp_code = trim (CssMin::minify($code, false));
into
$tmp_code = trim (CssMin::minify($code));
and see if that solves that problem zerooverture?
frank