feat: add Tailwind CSS support and refactor Layout component structure

This commit is contained in:
Wikid82
2025-11-20 00:01:26 -05:00
parent ddc3d8ac1f
commit 39de0a67ef
4 changed files with 605 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}