PicList/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2019-12-19 06:17:21 -05:00
module.exports = {
plugins: {
autoprefixer: {},
},
};