diff options
| author | Sarah Gilberg <[email protected]> | 2024-01-29 11:51:05 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-29 17:51:05 +0100 |
| commit | 8cc86cc5c5bc4f4b9c3a928b8fb7a4648c5bb5bc (patch) | |
| tree | a5808794d688e1c992f1cff03cb7a72c687908f4 /site | |
| parent | af092931f09daadc898b77e78728cd763b974f5d (diff) | |
| download | bootstrap-8cc86cc5c5bc4f4b9c3a928b8fb7a4648c5bb5bc.tar.xz bootstrap-8cc86cc5c5bc4f4b9c3a928b8fb7a4648c5bb5bc.zip | |
Docs: fix 'media-breakpoint-between' typo in migration guide (#39604)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 016c376f1..d839f7681 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -397,7 +397,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co - <span class="badge text-bg-danger">Breaking</span> Media query mixins parameters have changed for a more logical approach. - `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint (e.g., `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` targets viewports smaller than `lg`). - - Similarly, the second parameter in `media-breakpoint-between()` also uses the breakpoint itself instead of the next breakpoint (e.g., `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` targets viewports between `sm` and `lg`). + - Similarly, the second parameter in `media-breakpoint-between()` also uses the breakpoint itself instead of the next breakpoint (e.g., `media-breakpoint-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` targets viewports between `sm` and `lg`). - <span class="badge text-bg-danger">Breaking</span> Removed print styles and `$enable-print-styles` variable. Print display classes are still around. [See #28339](https://github.com/twbs/bootstrap/pull/28339). |
