mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Configure DaisyUI
This commit is contained in:
parent
c8948f5d30
commit
2b85f8b80d
1 changed files with 16 additions and 1 deletions
|
|
@ -117,5 +117,20 @@ module.exports = {
|
||||||
variants: {
|
variants: {
|
||||||
backgroundImage: ['responsive', 'hover']
|
backgroundImage: ['responsive', 'hover']
|
||||||
},
|
},
|
||||||
plugins: []
|
plugins: [
|
||||||
|
require( 'daisyui' )
|
||||||
|
],
|
||||||
|
|
||||||
|
// daisyUI config
|
||||||
|
// https://daisyui.com/docs/config/
|
||||||
|
daisyui: {
|
||||||
|
// styled: false,
|
||||||
|
// themes: false,
|
||||||
|
// base: false,
|
||||||
|
// utils: false,
|
||||||
|
// logs: true,
|
||||||
|
// rtl: false,
|
||||||
|
prefix: 'daisy',
|
||||||
|
darkTheme: 'dark',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue