Update dependencies and add new features

This commit is contained in:
Sean Morley
2024-04-20 00:53:01 +00:00
parent da8b4c342d
commit 348c545419
10 changed files with 92 additions and 48 deletions

View File

@@ -6,6 +6,6 @@ export default {
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
daisyui: {
themes: ["light", "dark", "night", "retro", "forest", "nord"],
themes: ["light", "dark", "night", "retro", "forest", "aqua", "garden"],
},
};