frp/web/frps/postcss.config.js

5 lines
75 B
JavaScript
Raw Normal View History

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