A
A
Andrew2015-07-03 15:16:23
css
Andrew, 2015-07-03 15:16:23

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 You
h1{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

2 answer(s)
M
Mikhail Osher, 2015-07-03
@miraage

gulp + sass + autoprefixer = one love

R
Rikcon, 2015-07-03
@Rikcon

https://www.npmjs.com/package/combine-css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question