1
0

Basket functionality, no DB transaction storing yet, and some more customization to make the theme uniform

This commit is contained in:
Ahmed Al-Taiar
2023-11-06 22:06:44 -05:00
parent 53e0070fd8
commit f6f01594ec
33 changed files with 539 additions and 122 deletions

View File

@ -13,7 +13,7 @@ export const theme = {
},
},
}
export const plugins = [require('daisyui')]
export const plugins = [require('daisyui'), require('tailwindcss-animate')]
export const daisyui = {
themes: ['light', 'dark'],
}