mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Disable daisy ui
This commit is contained in:
parent
c78f333db0
commit
756d98c173
1 changed files with 15 additions and 15 deletions
|
|
@ -118,20 +118,20 @@ module.exports = {
|
|||
variants: {
|
||||
backgroundImage: ['responsive', 'hover']
|
||||
},
|
||||
plugins: [
|
||||
require( 'daisyui' )
|
||||
],
|
||||
// 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',
|
||||
},
|
||||
// // 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