forked from Adleraci/adlerka.top
		
	test inlining
This commit is contained in:
		@@ -53,10 +53,7 @@ function minifyCss($css) {
 | 
			
		||||
    $css = str_replace(';}', '}', $css);
 | 
			
		||||
 | 
			
		||||
    // Remove spaces around colons
 | 
			
		||||
    $css = str_replace(': ', ':', $css);
 | 
			
		||||
 | 
			
		||||
    // Remove spaces around commas
 | 
			
		||||
    $css = str_replace(', ', ',', $css);
 | 
			
		||||
    $css = str_replace(' ', '', $css);
 | 
			
		||||
 | 
			
		||||
    return trim($css);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user