Answer the question
In order to leave comments, you need to log in
Gulp instead of PX gives units of measurement in PC, where to dig?
Subject.
I write in SASS.
Task looks like this:
gulp.task('style', function () {
gulp.src(path.src.style)
.pipe(plumber())
.pipe(sass())
.pipe(prefixer({browsers: ['last 4 versions', 'ie 8']}))
.pipe(minifyCSS())
.pipe(rename({suffix: ".min"}))
.pipe(gulp.dest(path.build.css))
.pipe(reload({stream:true}));
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question