Document new .d-inline-grid utility

This commit is contained in:
Mark Otto 2023-03-24 21:33:18 -05:00
parent 3b9b154563
commit 208ba3d748
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,14 @@ aliases: "/migration/"
toc: true 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 ## v5.3.0-alpha2
If you're migrating from our previous alpha release of v5.3.0, please reviewing the changes listed below. If you're migrating from our previous alpha release of v5.3.0, please reviewing the changes listed below.

View File

@ -26,6 +26,7 @@ Where *value* is one of:
- `inline-block` - `inline-block`
- `block` - `block`
- `grid` - `grid`
- `inline-grid`
- `table` - `table`
- `table-cell` - `table-cell`
- `table-row` - `table-row`
@ -89,6 +90,7 @@ Change the `display` value of elements when printing with our print display util
- `.d-print-inline-block` - `.d-print-inline-block`
- `.d-print-block` - `.d-print-block`
- `.d-print-grid` - `.d-print-grid`
- `.d-print-inline-grid`
- `.d-print-table` - `.d-print-table`
- `.d-print-table-row` - `.d-print-table-row`
- `.d-print-table-cell` - `.d-print-table-cell`