Skip to content

Commit 6d08562

Browse files
committed
feat: update text fontsize classes with 2xs (10px) 3xs (9px) and 4xs (8px)
1 parent 6eed543 commit 6d08562

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

uno.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ export default defineConfig({
4141
sans: "'Geist', system-ui, -apple-system, sans-serif",
4242
},
4343
text: {
44-
// This should add to the existing Wind4 preset text sizes
45-
xxs: { fontSize: '0.625rem' },
44+
'2xs': { fontSize: '0.625rem' },
45+
'3xs': { fontSize: '0.5625rem' },
46+
'4xs': { fontSize: '0.5rem' },
4647
},
4748
colors: {
4849
// Minimal black & white palette with subtle grays

0 commit comments

Comments
 (0)