1Panel/frontend/postcss.config.js
2022-08-08 17:25:59 +08:00

5 lines
70 B
JavaScript

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