postcss.config.js 67 B

123456
  1. module.exports = {
  2. plugins: {
  3. "postcss-cssnext": {},
  4. },
  5. };