Use Tailwind and add a navbar and example component using router

This commit is contained in:
2025-01-23 11:20:23 +01:00
parent 7ee4571dc4
commit db63f46f5d
15 changed files with 693 additions and 358 deletions

5
.postcssrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"plugins": {
"@tailwindcss/postcss": {}
}
}