chore: update brand config
This commit is contained in:
committed by
leangseu-edx
parent
8d4ef50039
commit
1595f52ade
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,6 +19,9 @@ public/samples/
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Local package dependencies
|
||||
module.config.js
|
||||
|
||||
### transifex ###
|
||||
src/i18n/transifex_input.json
|
||||
temp
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* I'm here to allow autoprefixing in webpack.prod.config.js */
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer')({ grid: true, browsers: ['>1%'] }),
|
||||
require('autoprefixer')({ grid: 'autoplace', overrideBrowserslist: ['>1%'] }),
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user