mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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: {
|
variants: {
|
||||||
backgroundImage: ['responsive', 'hover']
|
backgroundImage: ['responsive', 'hover']
|
||||||
},
|
},
|
||||||
plugins: [
|
// plugins: [
|
||||||
require( 'daisyui' )
|
// require( 'daisyui' )
|
||||||
],
|
// ],
|
||||||
|
|
||||||
// daisyUI config
|
// // daisyUI config
|
||||||
// https://daisyui.com/docs/config/
|
// // https://daisyui.com/docs/config/
|
||||||
daisyui: {
|
// daisyui: {
|
||||||
// styled: false,
|
// // styled: false,
|
||||||
// themes: false,
|
// // themes: false,
|
||||||
// base: false,
|
// // base: false,
|
||||||
// utils: false,
|
// // utils: false,
|
||||||
// logs: true,
|
// // logs: true,
|
||||||
// rtl: false,
|
// // rtl: false,
|
||||||
prefix: 'daisy',
|
// prefix: 'daisy',
|
||||||
darkTheme: 'dark',
|
// darkTheme: 'dark',
|
||||||
},
|
// },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue