1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-21 06:58:26 +00:00
frp/web/frpc/postcss.config.js

5 lines
75 B
JavaScript
Raw Permalink Normal View History

2019-02-01 19:26:10 +08:00
module.exports = {
plugins: [
require('autoprefixer')()
]
}