themes-wordpress/hever/postcss.config.js

14 lines
219 B
JavaScript
Raw Normal View History

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