fix(config): explicity add daisyui plugin and themes to tailwind config
This commit is contained in:
@@ -12,5 +12,10 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [
|
||||
require('daisyui'),
|
||||
],
|
||||
daisyui: {
|
||||
themes: ["light", "dark", "dim", "nord"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user