CodeRED-Astra/web-app/postcss.config.js
2025-10-18 15:26:44 -05:00

6 lines
No EOL
79 B
JavaScript

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