bitbadger.solutions-theme/.postcssrc.js
Daniel J. Summers 7462c816f5 Initial import
v1 of Vue.js-based site
2017-07-26 22:09:53 -05:00

9 lines
197 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}