themes-wordpress/barnsbury/postcss.config.js
2019-09-25 12:01:28 +02:00

13 lines
219 B
JavaScript
Executable file

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