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

feat: allow all border-collapse CSS property values #214

Merged
merged 1 commit into from Jul 31, 2021

Conversation

flavorjones
Copy link
Owner

Support all keyword values listed at https://developer.mozilla.org/en-US/docs/Web/CSS/border-collapse

/* Keyword values */
border-collapse: collapse;
border-collapse: separate;

/* Global values */
border-collapse: inherit;
border-collapse: initial;
border-collapse: revert;
border-collapse: unset;

Closes #201

@flavorjones flavorjones merged commit 23b756c into main Jul 31, 2021
@flavorjones flavorjones deleted the 201-border-collapse branch July 31, 2021 21:26
@flavorjones
Copy link
Owner Author

Released in v2.11.0

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

Successfully merging this pull request may close these issues.

border-collapse other than "collapse" is stripped, even when safelisted
1 participant