fallback for same style property #481
Answered
by
markdalgleish
juyeong1260
asked this question in
Q&A
-
.body {
padding: constant(safe-area-inset-top) 0 constant(safe-area-inset-bottom);
padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
} I want to give a fallback to a property like this, how can I do it in vanilla-extract? |
Beta Was this translation helpful? Give feedback.
Answered by
markdalgleish
Nov 18, 2021
Replies: 1 comment
-
To achieve this you should be able to provide an array of values to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juyeong1260
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To achieve this you should be able to provide an array of values to the
padding
property.