Skip to content

Commit

Permalink
Add daisyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Oct 9, 2024
1 parent 93adced commit 29de923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"daisyui": "^4.12.10",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"tailwindcss": "^3.3.6",
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class"],
Expand Down Expand Up @@ -67,5 +68,5 @@ module.exports = {
}
}
},
plugins: [require("tailwindcss-animate")]
plugins: [require("tailwindcss-animate"), require('daisyui')]
}

0 comments on commit 29de923

Please sign in to comment.