wordpress/php-fpm/wordpress_files/themes/twentynineteen/postcss.config.js
2020-05-22 01:40:23 +00:00

14 lines
219 B
JavaScript

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