Skip to content

Commit

Permalink
feat: migrate to Tailwind v4 and DaisyUI v5
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemRaska committed Feb 27, 2025
1 parent 7e7fc3b commit d4a7b60
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 4 deletions.
5 changes: 5 additions & 0 deletions apps/gapp-dashboard/.postcssrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": {
"@tailwindcss/postcss": {}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
<h1 class="font-bold text-center text-5xl mb-2 text-red-600">Welcome to GAPP</h1>
<h1 class="font-bold text-center text-5xl mb-2">Welcome to GAPP</h1>
<p class="text-lg font-extralight mb-12">Fik flights dashboard</p>
</div>
Loading

0 comments on commit d4a7b60

Please sign in to comment.