Optimize Your CSS with CleanCSS
Daily Blog Tips have discovered a very nice service that will automatically tidy up your Cascading Style Sheet, or CSS. Cascading Style Sheets make websites much more efficient because they allow the browsers to cache style-related information from the .css file directly, removing the need to read that information every time a single page is loaded.
Even if Style Sheets are naturally more efficient than HTML tables you can still optimize the CSS code to make your website cleaner and faster. If you’re not much of a coder like me then this can be a daunting task, but CleanCSS takes aways this problem. All you have to do is paste in your current CSS and it will be automatically optimized.
Remember to make a backup first just in case something goes wrong!
More: CleanCSS
