I am migrating from Nativewind, where I have height breakpoints defined in tailwind.config.ts as:
screens: {
....
'h-sm': { raw: '(min-height: 668px)' },
'h-md': { raw: '(min-height: 813px)' },
}
Can I achieve this in Uniwind? I tried:
@custom-variant h-sm (@media (min-height: 668px));
@custom-variant h-md (@media (min-height: 813px));
But I can't get it to work, please help 🙏
Uniwind version
1.2.7
React Native Version
0.79.6
Platforms
Android, iOS
Expo
No
I am migrating from Nativewind, where I have height breakpoints defined in
tailwind.config.tsas:Can I achieve this in Uniwind? I tried:
But I can't get it to work, please help 🙏
Uniwind version
1.2.7
React Native Version
0.79.6
Platforms
Android, iOS
Expo
No