Skip to content

Commit

Permalink
chore: 添加 daisyui
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrongding committed Mar 24, 2024
1 parent 87a2701 commit 2754541
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
]
},
"dependencies": {
"daisyui": "^4.8.0",
"fabric": "^5.3.0",
"lodash": "^4.17.21",
"mp4box": "^0.5.2",
Expand Down
34 changes: 31 additions & 3 deletions pnpm-lock.yaml

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

13 changes: 6 additions & 7 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import daisyui from 'daisyui'

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
extend: {}
},
plugins: [],
}
plugins: [daisyui]
}

0 comments on commit 2754541

Please sign in to comment.