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