Skip to content

Commit

Permalink
Merge pull request #1 from ODZ-UJF-AV-CR/daisyui-upgrade
Browse files Browse the repository at this point in the history
feat: DaisyUI upgrade
  • Loading branch information
raska-vilem authored Feb 27, 2025
2 parents aa152db + d4a7b60 commit 78e34c5
Show file tree
Hide file tree
Showing 5 changed files with 2,318 additions and 2,160 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": {}
}
}
23 changes: 20 additions & 3 deletions apps/gapp-dashboard/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
@plugin "daisyui";

/* You can add global styles to this file, and also import other style files */

/*
The default border color has changed to `currentColor` in Tailwind CSS v4,
so we've added these compatibility styles to make sure everything still
looks the same as it did with Tailwind CSS v3.
If we ever want to remove these styles, we need to add an explicit border
color utility to any element that depends on these defaults.
*/
@layer base {
*,
::after,
::before,
::backdrop,
::file-selector-button {
border-color: var(--color-gray-200, currentColor);
}
}
15 changes: 0 additions & 15 deletions apps/gapp-dashboard/tailwind.config.js

This file was deleted.

Loading

0 comments on commit 78e34c5

Please sign in to comment.