wordpress/php-fpm/wordpress_files/themes/twentynineteen/postcss.config.js

14 lines
219 B
JavaScript
Raw Normal View History

2020-05-22 03:40:23 +02:00
var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin(/* pluginOptions */)
]
};