add daisy tailwind theme

This commit is contained in:
Alex Turchyn
2023-05-29 21:20:39 +03:00
parent 6a41f82e5b
commit b8bae6d0e4
9 changed files with 163 additions and 70 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
module.exports = {
plugins: [
require('@tailwindcss/forms')
]
require('daisyui')
],
daisyui: {
themes: ['cupcake']
}
}