Skip to content

Commit 3d3ee2f

Browse files
committed
feat: add extra text size xxs to uno theme
1 parent bd4b408 commit 3d3ee2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

uno.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export default defineConfig({
4040
mono: "'Geist Mono', monospace",
4141
sans: "'Geist', system-ui, -apple-system, sans-serif",
4242
},
43+
text: {
44+
// This should add to the existing Wind4 preset text sizes
45+
xxs: { fontSize: '0.5rem' },
46+
},
4347
colors: {
4448
// Minimal black & white palette with subtle grays
4549
bg: {

0 commit comments

Comments
 (0)