4
Answers

how to combine multiple stylesheets into one

Photo of Manoj Rajput

Manoj Rajput

8y
788
1
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.

Answers (4)

1
Photo of Joginder Banger
221 8.7k 1m 8y
Hi,
hope this link help you , find your problem..
https://www.codeproject.com/articles/141931/combine-multiple-css-files-into-one-file-and-minif 
1
Photo of Nilesh Shah
13 54.3k 1.4m 8y
Isn't your question same as here:
 
http://stackoverflow.com/questions/11859211/css-how-to-combine-multiple-stylesheets-into-one 
0
Photo of Manoj Rajput
NA 746 67.8k 8y
Please Give me demo
-1
Photo of Vignesh Mani
NA 24.4k 7.1m 8y
https://www.codeproject.com/Articles/141931/Combine-Multiple-CSS-Files-into-One-File-and-Minif