wisdomisitezwfront-web/postcss.config.js
2023-03-04 09:16:33 +08:00

6 lines
61 B
JavaScript

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