Skip to content

Commit c7e45b3

Browse files
authored
fix: issue with tailwind sizings (#1507)
1 parent 6915235 commit c7e45b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/foundations/tokens/tailwind/spacing.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"siz-xs": "var(--db-sizing-xs)",
1818
"siz-sm": "var(--db-sizing-sm)",
1919
"siz-md": "var(--db-sizing-md)",
20-
"siz-lg": "var(---db-sizing-lg)"
20+
"siz-lg": "var(--db-sizing-lg)",
21+
"siz-xl": "var(--db-sizing-xl)",
22+
"siz-2xl": "var(--db-sizing-2xl)",
23+
"siz-3xl": "var(--db-sizing-3xl)"
2124
}
2225
}

0 commit comments

Comments
 (0)