humus-old/postcss.config.js
2019-10-03 19:12:27 -05:00

6 lines
62 B
JavaScript

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