.postcssrc.js 237 B

123456789
  1. // https://github.com/michael-ciniawsky/postcss-load-config
  2. module.exports = {
  3. "plugins": {
  4. // to edit target browsers: use "browserlist" field in package.json
  5. "autoprefixer": {},
  6. "postcss-center":{}
  7. }
  8. }