pollo/postcss.config.js
2023-12-15 10:44:20 -07:00

6 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};