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

5 lines
75 B
JavaScript
Raw Normal View History

2017-03-27 02:15:31 +08:00
module.exports = {
plugins: [
require('autoprefixer')()
]
}