bootstrap/site/content/docs/5.0
Martijn Cuppens 7e28764e67 Change breakpoint-max implementation
- 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.
2020-06-14 14:50:47 -07:00
..
about Apply utilities in docs styles (#30866) 2020-05-26 19:02:19 +03:00
components Update docs for navs 2020-06-09 07:48:58 +03:00
content v5: Redo blockquote attributions (#30814) 2020-06-12 14:26:37 -07:00
customize docs(customize/sass): dark color-contrast is #212529 as of now 2020-05-20 09:49:18 +02:00
examples docs(examples): fix pricing example 2020-06-14 14:47:56 -07:00
extend Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
forms Read validate-forms.js from assets. 2020-06-03 15:57:20 +03:00
getting-started Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
helpers Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
layout Change breakpoint-max implementation 2020-06-14 14:50:47 -07:00
utilities Restore word-break: break-word on .text-break to fix text breaking on flex containers (#30932) 2020-05-31 06:49:23 +03:00
_index.html Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
migration.md Change breakpoint-max implementation 2020-06-14 14:50:47 -07:00