wordcamp-bristol-2019/wp-content/themes/twentynineteen/postcss.config.js
2019-03-12 09:27:46 +00:00

14 lines
219 B
JavaScript

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