-
tried |
Beta Was this translation helpful? Give feedback.
Answered by
iChenLei
Sep 3, 2023
Replies: 1 comment
-
.main {
e("border-radius: calc(infinity * 1px);");
} or .main {
border-radius: e("calc(infinity * 1px)");
} Try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
f1refa11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
Try
e
function as workaround.