I am ending up with some very long css files with all the different media queries I am adding.
I was wondering what the best way to load a specific css for the different windows sizes would be.
i.e. a tablet, a phone, and a desktop size has it's own css file.
Also, do you think this is a good idea? My goal here is to reduce the amount of css that a mobile or tablet version has to load to increase speed optimization. Please let me know if there is a better way to do this.