Skip to content

Commit 97e4538

Browse files
committed
chore: handle sticky type
1 parent 8a6f3ac commit 97e4538

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
@@ -226,6 +226,8 @@ export class CSS {
226226
return ')'
227227
case 'light-dark':
228228
return `rt.lightDark( ${this.processValue(declarationValue.light)}, ${this.processValue(declarationValue.dark)} )`
229+
case 'sticky':
230+
return ''
229231
case 'weight':
230232
case 'horizontal':
231233
case 'vertical':

0 commit comments

Comments
 (0)