themes-wordpress/dalston/postcss.config.js

14 lines
219 B
JavaScript
Raw Permalink Normal View History

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