• File: postcss.config.js
  • Full Path: /home/chassiw/www/wp-content/themes/twentynineteen/postcss.config.js
  • File size: 219 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var postcssFocusWithin = require('postcss-focus-within');

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

module.exports = {
    plugins: [
        postcssFocusWithin(/* pluginOptions */)
    ]
};