File tree Expand file tree Collapse file tree
backend/app/assets/stylesheets/spree/backend/globals Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $output-solidus-deprecation-warnings: true !default;
1111 @if $output-solidus-deprecation-warnings == true {
1212 @if global-variable-exists ($variable ) {
1313 @warn " [Solidus] [Deprecation] `$#{$variable } ` is deprecated and will be " +
14- " removed in 3.0.0. Please use Bootstraps $ #{$replacement } instead" ;
14+ " removed in 3.0.0. Please use Bootstraps #{$replacement } instead" ;
1515 }
1616 }
1717}
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ $color-tab-active-bg: $color-white !default;
6262$color-tab-active-border : $color-white !default ;
6363
6464// Basic flash colors
65- @include bs-deprecated-variable (" color-success" , " brand- success" );
65+ @include bs-deprecated-variable (" color-success" , " theme-color( success) " );
6666$color-success : $color-green !default ;
67- @include bs-deprecated-variable (" color-notice" , " brand- warning" );
67+ @include bs-deprecated-variable (" color-notice" , " theme-color( warning) " );
6868$color-notice : $color-yellow !default ;
69- @include bs-deprecated-variable (" color-error" , " brand- danger" );
69+ @include bs-deprecated-variable (" color-error" , " theme-color( danger) " );
7070$color-error : $color-red !default ;
7171
7272// Breadcrumb custom variable
You can’t perform that action at this time.
0 commit comments