setup daisyui, tailwind typography
This commit is contained in:
6
assets/package.json
Normal file
6
assets/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"daisyui": "^5.0.9"
|
||||
}
|
||||
}
|
@ -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:
|
||||
//
|
||||
|
Reference in New Issue
Block a user