--- On Mon, 4/18/11, Jukka K. Korpela <[email protected]> wrote: > Keith Purtell wrote: > > > One thing I need to do is clean up the main style > > sheet. > > So unless someone can present some real evidence of > tangible benefits, don't "clean up". Even if some evidence > is presented, consider whether it really applies to your > site. Remember that "cleaning up" for _size_ generally tends > to obfuscate things and make maintenance and development > more difficult.
Which is why you should only ever perform such cleanup at 'build' time, using an automated tool. Keep all your CSS structured in the most maintainable way possible (which might include, for example, separate files) but combine and compress it for delivery. - Bobby ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
