Consolidating CSS Files
Page 1 of 1
Consolidating CSS Files
Hi,I would like to consolidate my CSS files into three separate categories to keep them decluttered: Id's Classes and Formatting. However, I can't seem to separate them into separate files without screwing up the web page even though all the files are linked. Any tips?
Re: Consolidating CSS Files
instead of separating you css file in divs,classes,etc separate them layout wisei.e all the header code goes to one single file body in separate file and the footer and rest of the code in seprate file.
this will logically divide your css files and they become easy to manage even if you wana use them in seprate project you can easily include them into that project as well it would be like CSS library.
Hope this suggestion will help you in making your css files easy to manage.
Page 1 of 1