Skip to content

Commit 37e3c31

Browse files
authored
fix: process baseline-position (#213)
Nice catch, thanks for PR 👌
1 parent a0583c3 commit 37e3c31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/uniwind/src/metro/processor

packages/uniwind/src/metro/processor/css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ export class CSS {
280280
case 'content-distribution':
281281
case 'content-position':
282282
return declarationValue.value
283+
case 'baseline-position':
284+
return 'baseline'
283285
default:
284286
// CSS string properties like absolute, relative, italic, etc.
285287
if (Object.keys(declarationValue).length === 1) {

0 commit comments

Comments
 (0)