laipower/wp-content/themes/twentynineteen/postcss.config.js

14 lines
232 B
JavaScript

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