mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Document new .d-inline-grid utility
This commit is contained in:
parent
3b9b154563
commit
208ba3d748
@ -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.
|
||||
|
@ -26,6 +26,7 @@ Where *value* is one of:
|
||||
- `inline-block`
|
||||
- `block`
|
||||
- `grid`
|
||||
- `inline-grid`
|
||||
- `table`
|
||||
- `table-cell`
|
||||
- `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-block`
|
||||
- `.d-print-grid`
|
||||
- `.d-print-inline-grid`
|
||||
- `.d-print-table`
|
||||
- `.d-print-table-row`
|
||||
- `.d-print-table-cell`
|
||||
|
Loading…
x
Reference in New Issue
Block a user