Cpte-Vue/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2026-03-05 13:51:30 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};