add replace 'white' and 'black' to '#fff' and '#000'

This commit is contained in:
Rozinko Roman 2018-10-10 22:05:01 +03:00
parent 6d922d0e2a
commit 8be95e10e6

View File

@ -514,6 +514,8 @@ class CSS extends Minify
'#FF6347' => 'tomato',
'#EE82EE' => 'violet',
'#F5DEB3' => 'wheat',
'WHITE' => '#fff',
'BLACK' => '#000',
);
return preg_replace_callback(