PicList/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2019-12-19 06:17:21 -05:00
module.exports = {
plugins: {
2024-06-16 09:11:21 -04:00
autoprefixer: {}
}
}