Skip to content

Commit 394af47

Browse files
committed
Change autoprefix browser specific key
1 parent 8868ce2 commit 394af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/postcss.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = () => {
1313
autoprefixer: {
1414
cascade: false,
1515
// https://github.com/twbs/bootstrap/blob/v4.0.0/package.json#L136-L147
16-
browsers: [
16+
overrideBrowserslist: [
1717
'last 1 major version',
1818
'>= 1%',
1919
'Chrome >= 45',

0 commit comments

Comments
 (0)