Files
journal_master/postcss.config.js
wangjinlei 7b30bde563 20230518
2023-05-18 09:48:25 +08:00

6 lines
59 B
JavaScript

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