setup daisyui, tailwind typography

This commit is contained in:
Rüdiger Diedrich
2025-03-27 11:53:27 +01:00
parent 0a15d255f6
commit a1b8cb05f8
2 changed files with 8 additions and 1 deletions

6
assets/package.json Normal file
View File

@ -0,0 +1,6 @@
{
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^5.0.9"
}
}

View File

@ -19,7 +19,8 @@ module.exports = {
},
},
plugins: [
require("@tailwindcss/forms"),
require("daisyui"),
require("@tailwindcss/typography"),
// Allows prefixing tailwind classes with LiveView classes to add rules
// only when LiveView classes are applied, for example:
//