Files
frontend-app-ora-grading/src/postcss.config.js
2022-03-29 09:47:36 -04:00

8 lines
188 B
JavaScript

/* I'm here to allow autoprefixing in webpack.prod.config.js */
module.exports = {
plugins: [
require('autoprefixer')({ grid: 'autoplace', overrideBrowserslist: ['>1%'] }),
],
};