May 2010

Aaron Dudenhofer's picture

CSS Shorthand

For cleaner and shorter code

When creating style sheets, it is easy for the code in the style sheets to get out of hand. One way to increase load times is to shorten the number of lines in your CSS. Some do it simply in the format of their CSS, by conforming the layout of the brackets and limiting CSS comments. In addition to some format changes,  I also like to implement CSS Shorthand.
Read more

Tags: