From: Sarah Gilberg Date: Mon, 29 Jan 2024 16:51:05 +0000 (-0500) Subject: Docs: fix 'media-breakpoint-between' typo in migration guide (#39604) X-Git-Tag: v5.3.3~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc86cc5c5bc4f4b9c3a928b8fb7a4648c5bb5bc;p=thirdparty%2Fbootstrap.git Docs: fix 'media-breakpoint-between' typo in migration guide (#39604) --- diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 016c376f10..d839f7681e 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 - Breaking 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`). - Breaking Removed print styles and `$enable-print-styles` variable. Print display classes are still around. [See #28339](https://github.com/twbs/bootstrap/pull/28339).