We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8868ce2 commit 394af47Copy full SHA for 394af47
build/postcss.config.js
@@ -13,7 +13,7 @@ module.exports = () => {
13
autoprefixer: {
14
cascade: false,
15
// https://github.com/twbs/bootstrap/blob/v4.0.0/package.json#L136-L147
16
- browsers: [
+ overrideBrowserslist: [
17
'last 1 major version',
18
'>= 1%',
19
'Chrome >= 45',
0 commit comments