themes-wordpress/mayland/postcss.config.js
2019-09-02 11:36:45 +01:00

13 lines
219 B
JavaScript
Executable file

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