themes-wordpress/leven/postcss.config.js

14 lines
219 B
JavaScript
Raw Permalink Normal View History

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