themes-wordpress/coutoire/postcss.config.js

14 lines
219 B
JavaScript
Raw Normal View History

2019-08-01 22:18:59 +00:00
var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin(/* pluginOptions */)
]
};