A Mini CSS Minifier

Mini CSS Minifier is created by Maxime Euzière. It instantly minifies your code when u paste it, it has to types of compression.

Simple Compression (128 bytes)

  • Removes comments
  • Removes unnecessary whitespaces
  • Removes unnecessary semicolons

More Compression (388 bytes)

  • Removes comments
  • Removes unnecessary whitespaces
  • Removes unnecessary semicolons
  • Removes leading zeros
  • Removes units after zero
  • Converts rgb colors in hexadecimal
  • Minifies hexadecimal values
  • Removes empty rules
  • Preserves old IE compatibility
Github: https://github.com/xem/miniMinifier
Website: http://xem.github.io/miniMinifier/css/

Leave a Reply