persea-old/postcss.config.js
2020-06-17 11:01:01 -05:00

6 lines
62 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
},
};