aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tailwind.config.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 7b12736..df677cf 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,5 +3,12 @@ module.exports = {
theme: {
extend: {},
},
- plugins: [],
+ plugins: [
+ require('daisyui'),
+ ],
+
+ // Daisyui had some theme turned on by default
+ daisyui: {
+ themes: false,
+ }
}