themes-wordpress/coutoire/postcss.config.js
2019-08-01 18:18:59 -04:00

13 lines
219 B
JavaScript
Executable file

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