xem / miniMinifier

HTML/CSS/JS minifiers in 128+ bytes
103 stars 8 forks source link

CSS replace hex with color name if it's shorter #5

Open xem opened 8 years ago

xem commented 8 years ago

ex #c0c0c0 => silver

tomhodgins commented 7 years ago
.beige {
  color: #f5f5bc;
}

you can replace #f5f5bc with beige