Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

bottom-right should come before bottom-left #3

Open
thewildmage opened this issue Jul 17, 2020 · 0 comments
Open

bottom-right should come before bottom-left #3

thewildmage opened this issue Jul 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@thewildmage
Copy link
Member

Order should be clockwise, to match the way it'd be defined if you used the shorthand border-radius with four values:

.test {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
}

Currently, there's an error being thrown saying that the last two lines of this example should be switched.

@thewildmage thewildmage added the bug Something isn't working label Jul 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant