We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6f3ac commit 97e4538Copy full SHA for 97e4538
1 file changed
packages/uniwind/src/metro/processor/css.ts
@@ -226,6 +226,8 @@ export class CSS {
226
return ')'
227
case 'light-dark':
228
return `rt.lightDark( ${this.processValue(declarationValue.light)}, ${this.processValue(declarationValue.dark)} )`
229
+ case 'sticky':
230
+ return ''
231
case 'weight':
232
case 'horizontal':
233
case 'vertical':
0 commit comments