Does anyone know on how to combine multiple stylesheets into one? For example I have
<
@import is not recommended... The largest problem is that it causes files to load sequentially (one has to wait for the other) instead of in parallel (at the same time). This wastes times and round trips and makes your web page load slower.
[http://www.feedthebot.com/pagespeed/avoid-css-import.html][1]
[1]: http://www.feedthebot.com/pagespeed/avoid-css-import.html you can read it here...