laipower/wp-content/upgrade-temp-backup/themes/twentynineteen/postcss.config.js
2024-07-19 19:46:44 +00:00

16 lines
255 B
JavaScript

var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin({
disablePolyfillReadyClass: true
})
]
};