We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ad2c1 commit 3340e9bCopy full SHA for 3340e9b
gulpfile.js
@@ -27,7 +27,7 @@ gulp.task("styles", () => {
27
return gulp
28
.src(["./project/css/*.scss", "./project/css/**/*.scss"])
29
.pipe(sass())
30
- .pipe(prefix("last 2 versions"))
+ .pipe(prefix("last 4 versions"))
31
.pipe(concat("style.css"))
32
.pipe(minify())
33
.pipe(gulp.dest("./website/css"))
0 commit comments