Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Order of loading css Reply To: Order of loading css

#191626
Westin
Participant

It is good practice to divide your code into separate files for development purposes, however, for the sake of HTTP requests, you should look into be compressing all of those files into one.

I would suggest taking a look at something like sass to help with that. Once you learn that, try implementing Compass to help with vendor prefixes.

If you are not interested in learning sass right now, at least copy and paste the contents of normalize.css, droplinebar.css, and main.css into one file.