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

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