1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-10 22:00:09 +00:00
frp/web/frps/postcss.config.js

5 lines
75 B
JavaScript
Raw Normal View History

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