Home /
Online css minifier free tool
Showing posts with label
Online css minifier free tool.
Show all posts
Showing posts with label
Online css minifier free tool.
Show all posts
free online tools
Online css minifier free tool
Paste Your CSS Code Here
Result
Features
- Remove all comments, empty declaration, and whitespace is not required (such as {} ():;> ~ +, etc.).
- Remove the suffix ";" in the declaration CSS
- Eliminating zero on CSS declarations. For example: 0.5> .5
- Converts color HEX. For example: # FFFFFF> # fff
- Delete all grades unit zero. For example: border: 1px 0px> border: 1px 0
- Reducing the value for margin, padding, border-width, border-color, border-style. For example: 1px 1px 2px 2px> 1px 2px