Skip to content

Commit

Permalink
Add examples to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Oct 27, 2019
1 parent e1dc1bc commit 337cc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/4.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Changes to our source Sass files and compiled CSS.
- The `button-variant()` mixin now accepts 3 optional color parameters, for each button state, to override the color provided by `color-yiq()`. By default, these parameters will find which color provides more contrast against the button state's background color with `color-yiq()`.
- The `button-outline-variant()` mixin now accepts an additional argument, `$active-color`, for setting the button's active state text color. By default, this parameter will find which color provides more contrast against the button's active background color with `color-yiq()`.
- Breakpoint media queries changes [See #29148](https://github.com/twbs/bootstrap/pull/29148)
- The `media-breakpoint-down()` mixin now uses the breakpoint itself instead of the next breakpoint
- The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint
- The `media-breakpoint-down()` mixin now uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint.
- The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports smaller between the `sm` and `lg` breakpoints.

## JavaScript

Expand Down

0 comments on commit 337cc3c

Please sign in to comment.