1Panel/frontend/postcss.config.js
2022-08-17 09:37:30 +08:00

6 lines
70 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
},
};