diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-06-03 07:30:23 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-06-03 07:30:23 -0500 |
| commit | 7883cc717cbedb01c44a1a8c89eda105938a5603 (patch) | |
| tree | 4dd5ae2a3b14e52ea179a0855add817e9e1865e2 /tailwind.config.js | |
| parent | 3636acd8c0b58bb10ae740a1a2b2def5e9bffb89 (diff) | |
Stop daisyui from using its own theme
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 9 |
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, + } } |
