.postcssrc.js 221 B

123456789
  1. /* eslint-disable */
  2. // https://github.com/michael-ciniawsky/postcss-load-config
  3. module.exports = {
  4. plugins: [
  5. // to edit target browsers: use "browserslist" field in package.json
  6. require('autoprefixer')
  7. ]
  8. }