Skip to content

Commit

Permalink
Merge branch 'main' into main-jd-add-display-font-scss-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jul 10, 2022
2 parents fb9e146 + 3eb6265 commit 0f2d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/utilities/display.md
Expand Up @@ -32,7 +32,7 @@ Where *value* is one of:
- `flex`
- `inline-flex`

The display values can be altered by changing the `$displays` variable and recompiling the SCSS.
The display values can be altered by changing the `display` values defined in `$utilities` and recompiling the SCSS.

The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on `lg`, `xl`, and `xxl` screens.

Expand Down

0 comments on commit 0f2d292

Please sign in to comment.