persea-old/postcss.config.js

6 lines
62 B
JavaScript
Raw Permalink Normal View History

2020-06-17 11:01:01 -05:00
module.exports = {
plugins: {
autoprefixer: {},
},
};