macaw-ui icon indicating copy to clipboard operation
macaw-ui copied to clipboard

Bug: `Box` has missing `boxSizing` property

Open Cloud11PL opened this issue 1 year ago • 0 comments

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 avatar Sep 21 '23 12:09 Cloud11PL