test inlining

This commit is contained in:
Bruno Rybársky 2024-02-04 11:12:54 +01:00
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);