postcss.config.cjs 75 B

123
  1. module.exports = {
  2. plugins: [require('postcss-aspect-ratio-polyfill')]
  3. }