Deprecate browser support
Bump integration tools to 2.1.0
This commit is contained in:
@ -39,7 +39,5 @@ div {
|
||||
|
||||
#### Explanation
|
||||
|
||||
1. `box-sizing: border-box` makes the addition of `padding` or `border`s not affect an element's `width` or `height`.
|
||||
2. `box-sizing: inherit` makes an element respect its parent's `box-sizing` rule.
|
||||
|
||||
#### Browser support
|
||||
- `box-sizing: border-box` makes the addition of `padding` or `border`s not affect an element's `width` or `height`.
|
||||
- `box-sizing: inherit` makes an element respect its parent's `box-sizing` rule.
|
||||
|
||||
Reference in New Issue
Block a user