Commit 5628c75b authored by Anton's avatar Anton
Browse files

убрал компрессию из простого css

Showing with 0 additions and 1 deletion
+0 -1
......@@ -9,7 +9,6 @@ const gulp = require('gulp'),
gulp.task('create_css', function() {
gulp.src('./build/**/*.scss')
.pipe(sass({outputStyle: 'compressed'}).on('error', sass.logError))
.pipe(concat('style.css'))
.pipe(autoprefixer())
.pipe(gulp.dest('./css/'));
......
Supports Markdown
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