chaos/postcss.config.js
2025-03-30 22:42:53 -04:00

6 lines
75 B
JavaScript

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