CSS Minifier






Features

  • Removes all comments, empty declarations, and unnecessary whitespace (such as {} ():;> ~ + etc.)
  • Removes the suffix ";" in the CSS declaration
  • Omitting zeros in CSS declarations. For example: 0.5 > .5
  • Convert color to HEX. For example: #FFFFFF > #FFF
  • Clears all zero unit values. For example: border: 1px 0px> border: 1px 0
  • Decrease values ​​for margin, padding, border-width, border-color, border-style. For example: 1px 2px 1px 2px> 1px 2px
Link will be apear in 15 seconds.

Post a Comment