Implement rich text for project description

This commit is contained in:
Ahmed Al-Taiar
2024-10-08 20:36:48 -04:00
parent 708634fa68
commit e2dfb6f237
12 changed files with 1015 additions and 277 deletions

View File

@ -141,7 +141,7 @@ export const theme = {
}
export const darkMode = ['class', '[data-theme="dark"]']
export const plugins = [require('daisyui')]
export const plugins = [require('@tailwindcss/typography'), require('daisyui')]
export const daisyui = {
themes: [
'light',