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