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