Skip to content

Commit

Permalink
DaisyUI added.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzgliniecki committed Jan 26, 2025
1 parent c463fef commit 13b137d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
45 changes: 45 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"astro": "^5.1.8",
"astro-icon": "^1.1.2",
"astro-seo": "^0.8.4",
"daisyui": "^4.12.23",
"lucide-astro": "^0.456.0",
"motion": "^11.11.17",
"tailwindcss": "^3.4.7"
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default {
},
},
},
plugins: [require("@tailwindcss/typography")],
plugins: [require("@tailwindcss/typography"), require('daisyui')],
// plugins: [require('daisyui')], // Add DaisyUI plugin here
darkMode: "class",
};

0 comments on commit 13b137d

Please sign in to comment.