Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow border-radius: 0; #17

Merged
merged 1 commit into from
Oct 2, 2022
Merged

Allow border-radius: 0; #17

merged 1 commit into from
Oct 2, 2022

Conversation

FloEdelmann
Copy link
Contributor

border-radius, border-top-left-radius and similar properties are currently not allowed by this Stylelint config to have a 0 value, with the comment to use none instead. However, the none keyword is not allowed in the CSS standard: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius#syntax

This PR excludes border-radius, border-top-left-radius, etc. from this disallowed value list.

@sindresorhus sindresorhus merged commit c900e48 into xojs:main Oct 2, 2022
@FloEdelmann FloEdelmann deleted the patch-1 branch October 2, 2022 15:46
@FloEdelmann
Copy link
Contributor Author

Thanks for merging :)
Would it be possible to add the hacktoberfest-accepted label to this PR?

@sindresorhus
Copy link
Member

Done

@FloEdelmann
Copy link
Contributor Author

Thank you 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants