chaos/postcss.config.js
2025-04-01 16:37:57 -04:00

6 lines
75 B
JavaScript

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