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