themes-wordpress/rivington/postcss.config.js
2019-08-27 16:24:57 +01:00

13 lines
219 B
JavaScript
Executable file

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