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

Meta: fix border-bottom-* and border-top-* linking errors #260

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions compatibility.bs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ urlPrefix: https://drafts.csswg.org/css-values-3/
spec:css-animations-1; type:property; text:animation-delay
spec:css-borders-4; type:property; text:box-shadow
spec:css-borders-4; type:property; text:border-radius
spec:css-borders-4; type:property; text:border-bottom-left-radius
spec:css-borders-4; type:property; text:border-bottom-right-radius
spec:css-borders-4; type:property; text:border-top-left-radius
spec:css-borders-4; type:property; text:border-top-right-radius
spec:css-conditional-3; type:at-rule; text:@media
spec:css-display-3; type:value; for:display; text:flex
spec:css-flexbox-1; type:value; text:inline-flex
Expand Down