psgr_glpt/psgr-glpt-vue3/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2024-08-19 10:12:02 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};