reddichat-flat/postcss.config.js
2020-07-12 04:23:51 -05:00

6 lines
62 B
JavaScript

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