mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
- The `media-breakpoint-down()` 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-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints. |
||
|---|---|---|
| .. | ||
| about | ||
| components | ||
| content | ||
| customize | ||
| examples | ||
| extend | ||
| forms | ||
| getting-started | ||
| helpers | ||
| layout | ||
| utilities | ||
| _index.html | ||
| migration.md | ||