postcss.config.js 82 B

1234567
  1. // Required by PostCSS.
  2. module.exports = {
  3. plugins: {
  4. autoprefixer: {},
  5. },
  6. };