themes-wordpress/brompton/postcss.config.js

14 lines
219 B
JavaScript
Raw Permalink Normal View History

2019-07-24 15:51:22 +00:00
var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin(/* pluginOptions */)
]
};