Replies: 1 comment
-
|
There is a syntax error in your This works: const styles = stylex.create({
innerWithTopNavWithFirstThatWorks: {
minHeight: stylex.firstThatWorks(
"calc(100vh - var(--headerr-height))",
"calc(100dvh - var(--headerr-height))"
),
top: "var(--headerr-height)",
},
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can not do this fallback style, got error:
Beta Was this translation helpful? Give feedback.
All reactions