Skip to content

Commit 3340e9b

Browse files
authored
Making css prefix stronger
1 parent f3ad2c1 commit 3340e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gulp.task("styles", () => {
2727
return gulp
2828
.src(["./project/css/*.scss", "./project/css/**/*.scss"])
2929
.pipe(sass())
30-
.pipe(prefix("last 2 versions"))
30+
.pipe(prefix("last 4 versions"))
3131
.pipe(concat("style.css"))
3232
.pipe(minify())
3333
.pipe(gulp.dest("./website/css"))

0 commit comments

Comments
 (0)