Skip to content

Commit dd32ece

Browse files
Update text of breaking change
Co-authored-by: Brandy Smith <[email protected]>
1 parent dc4856f commit dd32ece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BREAKING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ This is a comprehensive list of the breaking changes introduced in the major ver
3535
- The `border-radius` of the `ios` and `md` chip now defaults to `10px` and `8px`, respectively, instead of `16px` in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set the `shape` to `"round"`, or override the `--border-radius` CSS variable to specify a different value.
3636

3737
<h4 id="version-9x-grid">Grid</h4>
38-
- The properties `pull` and `push`, have been removed. The similar look can be achieved with the newly added property `order`.
38+
39+
- The properties `pull` and `push` have been deprecated and no longer work. A similar look can be achieved with the newly added property `order`.
3940

4041
<h5>Example 1: Swap two columns</h5>
4142

0 commit comments

Comments
 (0)