Skip to content

Commit

Permalink
fix: add baseline to alignItems property options
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Aug 2, 2024
1 parent 414f81c commit a509cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design-tokens/sx.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const responsiveProperties = defineProperties({
'space-between',
],
boxSizing: ['border-box', 'content-box'],
alignItems: ['stretch', 'flex-start', 'center', 'flex-end'],
alignItems: ['stretch', 'flex-start', 'center', 'flex-end', 'baseline'],
padding: vars.spacing,
paddingTop: vars.spacing,
paddingBottom: vars.spacing,
Expand Down

0 comments on commit a509cdc

Please sign in to comment.