Answer the question
In order to leave comments, you need to log in
How to remove duplicate styles from style2.css file that are in style1.css?
There is a style1.css file
h1 {
font-size: 1px;
}
h2 {
font-size: 2px;
}
h2 {
font-size: 2px;
}
h3 {
font-size: 3px;
}
h3 {
font-size: 3px;
}
Answer the question
In order to leave comments, you need to log in
Glue all the files into one and throw them into any CSS optimizer .
In principle, you can do this on the fly, for example, using php .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question