test inlining

This commit is contained in:
Bruno Rybársky 2024-02-04 11:12:03 +01:00
parent 4078b61fa8
commit 7ade5ce039

@ -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);