postcss.config.js 77 B

123
  1. module.exports = {
  2. plugins: ['postcss-flexbugs-fixes', 'autoprefixer'],
  3. };