You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tend to use Paul Irish's box-sizing approach on all my projects, but many of React95 component's CSS expect box-sizing: content-box, which creates visual issues.
We should either apply border-box to all our components, or set it to content-box so our CSS is proper.
The text was updated successfully, but these errors were encountered:
I tend to use Paul Irish's box-sizing approach on all my projects, but many of React95 component's CSS expect box-sizing: content-box, which creates visual issues.
We should either apply border-box to all our components, or set it to content-box so our CSS is proper.
The text was updated successfully, but these errors were encountered: