Apr 14
Clean up your CSS codes
CSS Tools | Written by:
EAH Add comments
At times, CSS designers would want to optimize their codes so as to make them more compact and achieve a better performance. This is where I find this great tool, CleanCSS is ideal for the task.
This CSS formatter and optimizer is available in three different languages (English, Deutsch and French). You can also decide on how much you want your codes to be compressed and clean up, there are four levels of compression:
- Highest - No readability, most compact
- High - Low readability, high compact
- High - Normal readability and compact
- Low - High readability
This optimizer also allows some other advance options for compression such as sorting and removing last ; etc. The designer should also note that CleanCSS will not validate codes

