fix: Add PostCSS config and update NuxtUI configuration for proper styling

This commit is contained in:
2025-10-01 21:56:14 -04:00
parent beddaede19
commit 6d0f99507a
2 changed files with 8 additions and 7 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}