Your IP : 3.21.247.61


Current Path : /proc/4653/cwd/wp-content/themes/twentynineteen/
Upload File :
Current File : //proc/4653/cwd/wp-content/themes/twentynineteen/postcss.config.js

var postcssFocusWithin = require('postcss-focus-within');

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

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