In this post I'll show you 3 CSS tools that will save you time and optimize your code when finishing up a project.
The first one of this list is blueprintcss which resets the CSS to allow cross-browser formatting and also provides a template of tags to speed up coding time.
W3C CSS Validator's name speaks for itself, it checks your code for errors and gives you tips on how to consolidate your code.
The last one is CleanCSS which gets rid of any unnecessary markup or spacing, converts to shorthand and compresses your code.
With these tools at hand you should end up with and optimized and compliant CSS file which will be more readable for browsers and will speed up loading time.
No comments:
Post a Comment