.postcssrc.js 223 B

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