• File: postcss.config.js
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/twentynineteen/postcss.config.js
  • Date Modified: 09/02/2023 6:17 PM
  • File size: 255 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var postcssFocusWithin = require('postcss-focus-within');

module.exports = {
    plugins: {
        autoprefixer: {}
    }
};

module.exports = {
    plugins: [
        postcssFocusWithin({
            disablePolyfillReadyClass: true
        })
    ]
};