use directories for structure
This commit is contained in:
2
node_modules/bootstrap/scss/utilities/_background.scss
generated
vendored
2
node_modules/bootstrap/scss/utilities/_background.scss
generated
vendored
@@ -6,7 +6,7 @@
|
||||
|
||||
@if $enable-gradients {
|
||||
@each $color, $value in $theme-colors {
|
||||
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
||||
@include bg-gradient-variant(".bg-gradient-#{$color}", $value, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
5
node_modules/bootstrap/scss/utilities/_interactions.scss
generated
vendored
Normal file
5
node_modules/bootstrap/scss/utilities/_interactions.scss
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $value in $user-selects {
|
||||
.user-select-#{$value} { user-select: $value !important; }
|
||||
}
|
3
node_modules/bootstrap/scss/utilities/_text.scss
generated
vendored
3
node_modules/bootstrap/scss/utilities/_text.scss
generated
vendored
@@ -63,8 +63,7 @@
|
||||
.text-decoration-none { text-decoration: none !important; }
|
||||
|
||||
.text-break {
|
||||
word-break: break-word !important; // IE & < Edge 18
|
||||
overflow-wrap: break-word !important;
|
||||
word-wrap: break-word !important;
|
||||
}
|
||||
|
||||
// Reset
|
||||
|
Reference in New Issue
Block a user