frp/web/frps/postcss.config.js

5 lines
75 B
JavaScript
Raw Normal View History

2021-01-25 08:04:33 +00:00
module.exports = {
plugins: [
require('autoprefixer')()
]
}