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: //