js-kyle/mincer

Change deprecated use of csso.justDoIt() to csso.minify()

Closed this issue · 1 comments

https://github.com/nodeca/mincer/blob/master/lib/mincer/compressors/csso_compressor.js#L42

csso.justDoIt() method is deprecated, use csso.minify() instead

Should be csso.minify ? csso.minify(data) : csso.justDoIt(data) i think.