This commit is contained in:
Leon Liu 2024-12-31 07:39:19 +00:00
parent c841a9fd4f
commit d3911321da
3 changed files with 3 additions and 1 deletions

BIN
bun.lockb Normal file → Executable file

Binary file not shown.

View File

@ -11,7 +11,9 @@
},
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",

View File

@ -6,6 +6,6 @@ export default {
theme: {
extend: {},
},
plugins: [],
plugins: [require('@tailwindcss/typography'), require('daisyui'),],
}