twbs--bootstrap/scss/mixins
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
..
_alert.scss v5: Don't automatically adjust all hr elements in alert variants (#28462) 2019-03-12 15:04:08 +02:00
_border-radius.scss Avoid border-radius functions return negative values (#30166) 2020-02-14 08:40:07 +02:00
_box-shadow.scss box-shadow mixin fix (#28004) 2019-01-08 19:42:28 +02:00
_breakpoints.scss Change breakpoint-max implementation 2020-06-14 14:50:47 -07:00
_buttons.scss Use `box-shadow` mixin for `.btn` (#30512) 2020-04-11 13:40:39 +02:00
_caret.scss Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule 2019-07-24 10:31:49 +03:00
_clearfix.scss Create `scss-docs` shortcode to get some snippets from the Scs… (#30502) 2020-04-06 20:13:35 +02:00
_container.scss 🔥 Remove container duplication 2020-06-12 14:29:43 -07:00
_deprecate.scss Add default value for `$ignore-warning` (#28103) 2019-01-23 05:59:15 +02:00
_forms.scss Improve gradients 2020-05-15 15:03:12 +03:00
_gradients.scss Improve gradients 2020-05-15 15:03:12 +03:00
_grid.scss fix(grid): zero min-width on .col has too much side-effects (#30979) 2020-06-09 21:49:29 +03:00
_image.scss Drop deprecated img-retina mixin (#28459) 2019-03-12 09:47:36 +02:00
_list-group.scss Drop all hover mixins 2019-05-08 20:58:07 +03:00
_lists.scss Extract list-unstyled mixin; closes #17792 2015-10-13 01:24:11 -07:00
_pagination.scss Clean up line heights & add line height utilities (#29271) 2019-08-30 10:42:41 +03:00
_reset-text.scss Use word-wrap in .text-break for IE and Edge compatibility. 2020-01-04 18:26:24 +01:00
_resize.scss Update scss mixins to comply with scss-linting rules (#22151) 2017-03-18 13:06:05 -07:00
_screen-reader.scss `.sr-only` & `.sr-only-focusable` tweaks (#28720) 2019-05-20 10:03:51 +02:00
_table-variants.scss Add bs prefix 2020-04-24 10:05:10 +02:00
_text-truncate.scss Update scss mixins to comply with scss-linting rules (#22151) 2017-03-18 13:06:05 -07:00
_transition.scss Rename variables for brevity 2020-04-26 17:26:04 -07:00
_utilities.scss Add RFS to utility API (#30050) 2020-02-15 12:01:32 +01:00