Login | Register | FAQ
Anonymous

Consolidating CSS Files

+ Post a reply

Page 1 of 1


Consolidating CSS Files

by Kogami » Sat Apr 28, 2012 9:05 pm

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?
User avatar

Kogami

  • Posts: 1
  • Joined: Sat Apr 28, 2012 9:03 pm

Re: Consolidating CSS Files

by XainPro » Sat Apr 28, 2012 9:14 pm

instead of separating you css file in divs,classes,etc separate them layout wise
i.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.
User avatar

XainPro

  • Posts: 1983
  • Joined: Fri Feb 17, 2012 8:10 pm


+ Post a reply

Page 1 of 1