frp/web/frpc/postcss.config.js

5 lines
75 B
JavaScript
Raw Normal View History

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