Skip to content

Commit 24c3eee

Browse files
committed
chore: replace Autoprefixer browsers option into package.json
1 parent 3c7eb64 commit 24c3eee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ gulp.task('docs_sass', function() {
6060
outputStyle: 'expanded'
6161
}).on( 'error', $.sass.logError ) )
6262
.pipe($.autoprefixer({
63-
browsers: ['last 2 versions'],
6463
cascade: false
6564
}))
6665
.pipe(gulp.dest(dest_paths.docs_css))

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"lint": "gulp lint",
4444
"serve": "gulp serve",
4545
"watch": "gulp watch"
46-
}
46+
},
47+
"browserslist": [
48+
"last 2 versions"
49+
]
4750
}

0 commit comments

Comments
 (0)