themes-wordpress/alves/postcss.config.js
2019-08-20 12:45:07 +02:00

13 lines
219 B
JavaScript
Executable file

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