Open Air-Petr opened 7 years ago
I have some strange behavior after combining queries. Look at those images:
See the sequence has broken. My task is:
gulp.task('sass', function() { return gulp.src('sass/**/*.s+(a|c)ss') .pipe(sass()) .pipe(cmq()) .pipe(gulp.dest('css')) });
Why this can be? I don't know what I'm doing wrong.
I have some strange behavior after combining queries. Look at those images:
See the sequence has broken. My task is:
Why this can be? I don't know what I'm doing wrong.