| Current Path : /home/b/e/c/bechata/mp/73eb7/ |
| Current File : /home/b/e/c/bechata/mp/73eb7/postcss.config.js.tar |
home/bechata/mp/wp-content/themes/twentynineteen/postcss.config.js 0000666 00000000333 15236704325 0021454 0 ustar 00 var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin(/* pluginOptions */)
]
};