test inlining
This commit is contained in:
parent
704e580a38
commit
20588d48aa
@ -46,7 +46,7 @@ function minifyCss($css) {
|
||||
$css = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $css);
|
||||
|
||||
// Remove whitespace
|
||||
//$css = preg_replace('/\s+/', ' ', $css);
|
||||
$css = preg_replace('/\s+/', ' ', $css);
|
||||
|
||||
// Remove spaces around colons
|
||||
//$css = str_replace(' ', '', $css);
|
||||
|
Loading…
Reference in New Issue
Block a user