Skip to content

How to make infinite border-radius? #4227

Answered by iChenLei
f1refa11 asked this question in Q&A
Discussion options

You must be logged in to vote
.main {
   e("border-radius: calc(infinity * 1px);");
}

or

.main {
   border-radius: e("calc(infinity * 1px)");
}

Try e function as workaround.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by f1refa11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants