D
D
Damir Sayahov2016-01-30 02:03:00
css
Damir Sayahov, 2016-01-30 02:03:00

How to combine CSS with GULP?

Hello. The question is not about minification and property sorting.
Like having it

.class{
  font-weight:bold;
  font-size:10pt;
  font-family:Verdana,Arial,sans-serif;
  line-height:12pt;
}

get output like this
.class{
  font: bold 10pt/12pt Verdana,Arial,sans-serif;
}

What plugin should be used?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Serj-One, 2016-01-30
@damir_sayahov

CSS

D
Danila, 2016-01-30
@Machinez

cssnano.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question