From a1b8cb05f888239c6ce5d97e530042ca988fcbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Diedrich?= Date: Thu, 27 Mar 2025 11:53:27 +0100 Subject: [PATCH] setup daisyui, tailwind typography --- assets/package.json | 6 ++++++ assets/tailwind.config.js | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 assets/package.json diff --git a/assets/package.json b/assets/package.json new file mode 100644 index 0000000..3cac563 --- /dev/null +++ b/assets/package.json @@ -0,0 +1,6 @@ +{ + "devDependencies": { + "@tailwindcss/typography": "^0.5.16", + "daisyui": "^5.0.9" + } +} diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index b43417b..057521e 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -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: //