Home › Forums › CSS › Order of loading css › Reply To: Order of loading css
December 25, 2014 at 11:34 am
#191626
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.