Skip to content

Commit

Permalink
Add .d-grid to our display utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 5, 2020
1 parent 09a0938 commit 65a7ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $utilities: map-merge(
print: true,
property: display,
class: d,
values: inline inline-block block table table-row table-cell flex inline-flex none
values: inline inline-block block grid table table-row table-cell flex inline-flex none
),
"shadow": (
property: box-shadow,
Expand Down
2 changes: 2 additions & 0 deletions site/content/docs/5.0/utilities/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Where *value* is one of:
- `inline`
- `inline-block`
- `block`
- `grid`
- `table`
- `table-cell`
- `table-row`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 65a7ded

Please sign in to comment.