Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.0/utilities/display.md')
-rw-r--r--site/content/docs/5.0/utilities/display.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/5.0/utilities/display.md
index a62878fde3..2d033ba85a 100644
--- a/site/content/docs/5.0/utilities/display.md
+++ b/site/content/docs/5.0/utilities/display.md
@@ -25,6 +25,7 @@ Where *value* is one of:
- `inline`
- `inline-block`
- `block`
+- `grid`
- `table`
- `table-cell`
- `table-row`
@@ -135,6 +136,7 @@ Change the `display` value of elements when printing with our print display util
- `.d-print-inline`
- `.d-print-inline-block`
- `.d-print-block`
+- `.d-print-grid`
- `.d-print-table`
- `.d-print-table-row`
- `.d-print-table-cell`