File "postcss.config.js"
Full Path: /home/londdqdw/public_html/06/wp-content/themes/twentynineteen/postcss.config.js
File size: 255 bytes
MIME-type: text/plain
Charset: utf-8
var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin({
disablePolyfillReadyClass: true
})
]
};