Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
Henahax committed Oct 28, 2024
1 parent d48e0c3 commit ac20636
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.7",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"daisyui": "^4.12.14",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
Expand Down
4 changes: 3 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/** @type {import('tailwindcss').Config} */
import daisyui from 'daisyui';

export default {
content: ['./src/**/*.{html,svelte,js,ts}'],
theme: {
extend: {
colors: {}
}
},
plugins: [require('daisyui')],
plugins: [daisyui],
daisyui: {
themes: ['dark', 'light']
}
Expand Down

0 comments on commit ac20636

Please sign in to comment.