themes-wordpress/friendly-business/postcss.config.js

6 lines
68 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
autoprefixer: {}
}
};