xref: /openbmc/phosphor-webui/postcss.config.js (revision d27bb135f1561b87a174d1b9890dde2f3cf01c80)
1module.exports = {
2  plugins: {
3    autoprefixer: {browsers: ['last 2 versions']},
4  },
5};
6