Does anyone know on how to combine multiple stylesheets into one? For example I have
<link rel="stylesheet" type="text/css" href="abc.css" />
<link rel="stylesheet" type="text/css" href="efg.css" />
<link rel="stylesheet" type="text/css" href="hij.css" />
in mysite.html. How can I combine the above 3 stylesheets into one?
thank you.
You can combine your css files using YUI Compresser, that combines CSS and minimizes code and is good for performance.
Take a look here, for Combining CSS files into one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With