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

Bug: Box has missing boxSizing property #582

Open
Cloud11PL opened this issue Sep 21, 2023 · 0 comments
Open

Bug: Box has missing boxSizing property #582

Cloud11PL opened this issue Sep 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Cloud11PL
Copy link
Member

What are you trying to achieve?

Use boxSizing with Box component

Steps to reproduce the problem

<Box 
	boxSizing="content-box"
/>
<Box 
	__boxSizing="content-box"
/>

What did you expect to happen?

box-sizing: content-box; style applied without type error

Additional information

No response

Environment

Browser and version: …
OS and version: …

@Cloud11PL Cloud11PL added the bug Something isn't working label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant