DocumentCheck_vue/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2024-10-25 09:48:55 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}