Commit 26e4422e authored by Nikolay Gromov's avatar Nikolay Gromov

Merge branch 'master' of github.com:nicothin/NTH-start-project

parents 94112530 923c05d5
# Настройки редактора
# Универсальные настройки редактора
#
# http://editorconfig.org
# https://habrahabr.ru/post/220131/
# https://packagecontrol.io/packages/EditorConfig
root = true
......
......@@ -74,7 +74,9 @@ gulp.task('less', function () {
}))
.pipe(postcss([
autoprefixer({browsers: ['last 2 version']}),
mqpacker
mqpacker({
sort: true
}),
]))
.pipe(gulpIf(!isDev, cleanss()))
.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