Answer the question
In order to leave comments, you need to log in
Is there a way to merge CSS class properties from different files in the final one?
Conditionally, there are 2 files:
a.css h1{font-family: tahoma;}
b.css Youh1{font-size: 50px;}
need to get the following result: h1{font-family: tahoma;font-size: 50px;}
Is it possible to implement using Gulp?
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