diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index 3bcc373..4650a4b Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 03dbef3..ddf0149 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tailwind.config.js b/tailwind.config.js index a3ee00c..88d8e4e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,6 +6,6 @@ export default { theme: { extend: {}, }, - plugins: [], + plugins: [require('@tailwindcss/typography'), require('daisyui'),], }