test inlining

This commit is contained in:
Bruno Rybársky 2024-02-04 11:12:20 +01:00
parent 7ade5ce039
commit 98bf4ccb58

@ -49,7 +49,7 @@ function minifyCss($css) {
//$css = preg_replace('/\s+/', ' ', $css);
// Remove spaces around colons
$css = str_replace(' ', '', $css);
//$css = str_replace(' ', '', $css);
return trim($css);
}