1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-09 14:28:27 +00:00
anyproxy/web/postcss.config.js

5 lines
65 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}