Commit 4f3b9359 authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Update gulpfile.js

parent 1d3aa48f
...@@ -74,7 +74,9 @@ gulp.task('less', function () { ...@@ -74,7 +74,9 @@ gulp.task('less', function () {
})) }))
.pipe(postcss([ .pipe(postcss([
autoprefixer({browsers: ['last 2 version']}), autoprefixer({browsers: ['last 2 version']}),
mqpacker mqpacker({
sort: true
}),
])) ]))
.pipe(gulpIf(!isDev, cleanss())) .pipe(gulpIf(!isDev, cleanss()))
.pipe(rename('style.min.css')) .pipe(rename('style.min.css'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment