nursing_unit_vue/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2025-03-21 10:15:35 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};