postcss.config.js 60 B

12345
  1. module.exports = {
  2. plugins: {
  3. autoprefixer: {},
  4. },
  5. }