Answer the question
In order to leave comments, you need to log in
How to pull all the rules in which there is a font-size from the entire .css file and generate a separate file?
Need to find all rules with font-size: *px; and get
.header{
font-size: 14px;
}
.wrapper{
font-size: 14px;
}
etc., i.e. discarding everything else.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question