Feature/move list to client (#50)

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-01 15:02:12 +02:00
committed by GitHub
parent c2abdaadf2
commit 668434d246
181 changed files with 2922 additions and 1959 deletions

View File

@@ -67,6 +67,25 @@ const config = {
'./src/**/*.{ts,tsx}',
],
theme: {
fontFamily: {
sans: ['var(--font-geist-sans)'],
mono: ['var(--font-geist-mono)'],
},
fontSize: {
xs: ['10px', '10px'],
sm: ['12px', '12px'],
base: ['14px', '14px'],
lg: ['16px', '16px'],
xl: ['18px', '18px'],
'2xl': ['20px', '20px'],
'3xl': ['24px', '24px'],
'4xl': ['30px', '30px'],
'5xl': ['36px', '36px'],
'6xl': ['48px', '48px'],
'7xl': ['64px', '64px'],
'8xl': ['72px', '72px'],
'9xl': ['96px', '96px'],
},
extend: {
colors: {
border: 'hsl(var(--border))',