protogen.social-temp/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2025-01-25 17:46:08 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}