We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Box
boxSizing
Use boxSizing with Box component
<Box boxSizing="content-box" />
<Box __boxSizing="content-box" />
box-sizing: content-box; style applied without type error
box-sizing: content-box;
No response
Browser and version: … OS and version: …
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What are you trying to achieve?
Use
boxSizing
withBox
componentSteps to reproduce the problem
What did you expect to happen?
box-sizing: content-box;
style applied without type errorAdditional information
No response
Environment
Browser and version: …
OS and version: …
The text was updated successfully, but these errors were encountered: