commerce/postcss.config.js
Matthew Mulford 52aa9a3367 chore: fmt
2022-09-09 16:14:10 -05:00

7 lines
83 B
JavaScript

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