Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge 8be95e1 into 6d922d0
  • Loading branch information
rozinko committed Oct 10, 2018
2 parents 6d922d0 + 8be95e1 commit cd552cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CSS.php
Expand Up @@ -514,6 +514,8 @@ protected function shortenHex($content)
'#FF6347' => 'tomato',
'#EE82EE' => 'violet',
'#F5DEB3' => 'wheat',
'WHITE' => '#fff',
'BLACK' => '#000',
);

return preg_replace_callback(
Expand Down

0 comments on commit cd552cd

Please sign in to comment.