themes-wordpress/stow/postcss.config.js

14 lines
219 B
JavaScript
Raw Permalink Normal View History

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