mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
MinifyCSS line 114 commented for now
This commit is contained in:
@@ -110,8 +110,8 @@ class MinifyCSS
|
|||||||
/x', '$1$2:$3', $css);
|
/x', '$1$2:$3', $css);
|
||||||
|
|
||||||
// minimize hex colors
|
// minimize hex colors
|
||||||
$css = preg_replace('/([^=])#([a-f\\d])\\2([a-f\\d])\\3([a-f\\d])\\4([\\s;\\}])/i'
|
/*$css = preg_replace('/([^=])#([a-f\\d])\\2([a-f\\d])\\3([a-f\\d])\\4([\\s;\\}])/i'
|
||||||
, '$1#$2$3$4$5', $css);
|
, '$1#$2$3$4$5', $css);*/
|
||||||
|
|
||||||
// remove spaces between font families
|
// remove spaces between font families
|
||||||
$css = preg_replace_callback('/font-family:([^;}]+)([;}])/'
|
$css = preg_replace_callback('/font-family:([^;}]+)([;}])/'
|
||||||
|
Reference in New Issue
Block a user