Skip to content

Commit a509cdc

Browse files
committed
fix: add baseline to alignItems property options
1 parent 414f81c commit a509cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-tokens/sx.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const responsiveProperties = defineProperties({
4242
'space-between',
4343
],
4444
boxSizing: ['border-box', 'content-box'],
45-
alignItems: ['stretch', 'flex-start', 'center', 'flex-end'],
45+
alignItems: ['stretch', 'flex-start', 'center', 'flex-end', 'baseline'],
4646
padding: vars.spacing,
4747
paddingTop: vars.spacing,
4848
paddingBottom: vars.spacing,

0 commit comments

Comments
 (0)