kams4_test_web/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2024-08-22 14:17:25 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}