postcss.config.js 89 B

12345
  1. module.exports = {
  2. plugins: [
  3. require('autoprefixer')({ grid: "autoplace"})
  4. ]
  5. };