BIHomeWP/wp-content/themes/twentynineteen/postcss.config.js
2020-02-13 10:39:37 +07:00

14 lines
219 B
JavaScript

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