xref: /openbmc/webui-vue/postcss.config.js (revision 511650a90260e0922bfeb1091b4babc597d36af6)
1module.exports = {
2  plugins: {
3    autoprefixer: {},
4  },
5};
6