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

Add in support for "box-sizing" property #149

Merged
merged 1 commit into from
May 29, 2023

Conversation

lee-m
Copy link
Contributor

@lee-m lee-m commented May 8, 2023

Support for the box-sizing property was missing, resulting in nothing being present in the parsed stylesheet object model when fed CSS which was setting this.

For example, parsing something like ".test { box-sizing: border-box; }" would result in the parsed stylesheet's stylesheet text showing ".test { }".

Support for the box-sizing property was missing, resulting in nothing being present in the parsed stylesheet object model when fed CSS which was setting this.

For example, parsing something like ".test { box-sizing: border-box; }" would result in ".test { }"
@TylerBrinks TylerBrinks merged commit d7cb3c1 into TylerBrinks:master May 29, 2023
@lee-m lee-m deleted the box-sizing branch May 29, 2023 16:01
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.

2 participants