pollo/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-11-22 22:23:00 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};