mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Import drizzle replacing prisma
Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import type { Config } from 'tailwindcss'
|
||||
import typography from '@tailwindcss/typography'
|
||||
import { ColorsTheme } from './types'
|
||||
|
||||
export default {
|
||||
@@ -12,7 +11,4 @@ export default {
|
||||
...Object.values(ColorsTheme).map(color => `hover:border-${color}-500`),
|
||||
...Object.values(ColorsTheme).map(color => `dark:hover:border-${color}-500`),
|
||||
],
|
||||
plugins: [
|
||||
typography(),
|
||||
],
|
||||
} satisfies Partial<Config>
|
||||
|
||||
Reference in New Issue
Block a user