mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
b531bda07c
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
7 lines
216 B
SCSS
7 lines
216 B
SCSS
@import "helpers/clearfix";
|
|
@import "helpers/colored-links";
|
|
@import "helpers/embed";
|
|
@import "helpers/position";
|
|
@import "helpers/screenreaders";
|
|
@import "helpers/stretched-link";
|
|
@import "helpers/text-truncation";
|