P
P
Pavel2015-08-24 22:29:21
JavaScript
Pavel, 2015-08-24 22:29:21

Is there such a plugin for grunt?

Is there a plugin for grunt that minifies css like this:

a {
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
    line-height: 18px; 
    font-weight: bold;
}

and at the exit
a {
    font: italic 700 14px/18px Arial;
}

found such a thing https://github.com/frankmarineau/shorthand
but as I understand it there is only for gulp

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cat Anton, 2015-08-24
@mrusklon

https://github.com/gruntjs/grunt-contrib-cssmin
https://github.com/t32k/grunt-csso

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question