uci-websocket-client/example/client/.postcssrc.js

9 lines
200 B
JavaScript
Raw Normal View History

2018-05-31 13:59:18 -07:00
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}