Skip to content

Commit

Permalink
Document new .d-inline-grid utility
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 25, 2023
1 parent 3b9b154 commit 208ba3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ aliases: "/migration/"
toc: true
---

## v5.3.0

If you're migrating from our previous alpha releases of v5.3.0, please review their changes in addition to this section.

### Utilities

- Added new `.d-inline-grid` [display utility]({{< docsref "/utilities/display" >}}).

## v5.3.0-alpha2

If you're migrating from our previous alpha release of v5.3.0, please reviewing the changes listed below.
Expand Down
2 changes: 2 additions & 0 deletions site/content/docs/5.3/utilities/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Where *value* is one of:
- `inline-block`
- `block`
- `grid`
- `inline-grid`
- `table`
- `table-cell`
- `table-row`
Expand Down Expand Up @@ -89,6 +90,7 @@ Change the `display` value of elements when printing with our print display util
- `.d-print-inline-block`
- `.d-print-block`
- `.d-print-grid`
- `.d-print-inline-grid`
- `.d-print-table`
- `.d-print-table-row`
- `.d-print-table-cell`
Expand Down

0 comments on commit 208ba3d

Please sign in to comment.