Skip to content

Commit b608ff7

Browse files
authored
Merge pull request #38 from input-output-hk/fix/add-baseline-to-align-items-property-option
fix: add baseline to alignItems property options
2 parents 414f81c + a509cdc commit b608ff7

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)