postcss.config.js 59 B

123
  1. module.exports = {
  2. plugins: [require("autoprefixer")]
  3. };