From 73998dca0025be43f0b0b0d592f2aa6425c25567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stencinger=20D=C3=B3ra?= Date: Mon, 27 Feb 2023 17:03:11 +0100 Subject: [PATCH] Fix tailwind CSS --- resources/views/test.blade.php | 19 +++++++++++++++++-- tailwind.config.js | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/resources/views/test.blade.php b/resources/views/test.blade.php index b9093e1..8bd8b3c 100644 --- a/resources/views/test.blade.php +++ b/resources/views/test.blade.php @@ -13,8 +13,9 @@ - - + + +
@@ -47,5 +48,19 @@
+ diff --git a/tailwind.config.js b/tailwind.config.js index a1597ad..9e6a471 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,5 +8,5 @@ module.exports = { theme: { extend: {}, }, - plugins: [], + plugins: [require("daisyui")], }