chore: update brand config

This commit is contained in:
Leangseu Kim
2022-03-17 08:37:10 -04:00
committed by leangseu-edx
parent 8d4ef50039
commit 1595f52ade
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -19,6 +19,9 @@ public/samples/
.idea
.vscode
# Local package dependencies
module.config.js
### transifex ###
src/i18n/transifex_input.json
temp

View File

@@ -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%'] }),
],
};