Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
argonautisbc
/
wp-content
/
themes
/
twentynineteen
/
Editing: postcss.config.js
var postcssFocusWithin = require('postcss-focus-within'); module.exports = { plugins: { autoprefixer: {} } }; module.exports = { plugins: [ postcssFocusWithin({ disablePolyfillReadyClass: true }) ] };
Save
Cancel