inspect-front/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2025-02-11 17:00:01 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}