File "postcss.config.js"

Full path: /home/amadayi1/public_html/wp-content/themes/twentynineteen/postcss.config.js
File size: 255 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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

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

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