Hello Sir,
Actually, VS code sass compilation create some issues.
Please sass compile using NodeJS.
check: https://samar.dexignzone.com/react/doc/#sass-compile
Thanks
Khelesh M
DexignZone Team
Dear Support-Team,
I'm having an issue with customizing the Sass/CSS. In the VS-Code Live-Sass-Compiler I'm getting a lot of warnings from the start and my changes won't happen.
Please help! If I can't customize it, I can't use it.
Thank you very much in advance!
Here the warnings:
--------------------
Watching...
--------------------
Change detected - 24.8.2022, 17:47:38 ( but also happens when I don't change anything!)
_index.scss
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
297 |$headings-margin-bottom: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:297:30
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
492 |$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;
| ^....................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:492:79
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
559 |$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
| ^..................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:559:48
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
705 |$nav-divider-margin-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:705:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
710 |$navbar-padding-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:710:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
60 repetitive deprecation warnings omitted.
null
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
297 |$headings-margin-bottom: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:297:30
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
492 |$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;
| ^....................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:492:79
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
559 |$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
| ^..................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:559:48
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
705 |$nav-divider-margin-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:705:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
710 |$navbar-padding-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:710:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
11 repetitive deprecation warnings omitted.
null
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
297 |$headings-margin-bottom: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:297:30
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
492 |$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;
| ^....................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:492:79
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
559 |$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
| ^..................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:559:48
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
705 |$nav-divider-margin-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:705:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
710 |$navbar-padding-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:710:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
8 repetitive deprecation warnings omitted.
null
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
297 |$headings-margin-bottom: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:297:30
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
492 |$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;
| ^....................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:492:79
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
559 |$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
| ^..................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:559:48
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
705 |$nav-divider-margin-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:705:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
710 |$navbar-padding-y: $spacer / 2 !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap/scss/_variables.scss:710:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
58 repetitive deprecation warnings omitted.
null
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
256 |$headings-margin-bottom: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:256:31
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
616 |$nav-divider-margin-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:616:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
620 |$navbar-padding-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:620:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
629 |$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
| ^.............................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:629:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
700 |$card-group-margin: ($grid-gutter-width / 2) !default;
| ^......................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:700:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
9 repetitive deprecation warnings omitted.
null
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
256 |$headings-margin-bottom: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:256:31
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
616 |$nav-divider-margin-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:616:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
620 |$navbar-padding-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:620:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
629 |$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
| ^.............................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:629:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
700 |$card-group-margin: ($grid-gutter-width / 2) !default;
| ^......................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:700:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
256 |$headings-margin-bottom: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:256:31
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
616 |$nav-divider-margin-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:616:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
620 |$navbar-padding-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:620:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
629 |$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
| ^.............................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:629:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
700 |$card-group-margin: ($grid-gutter-width / 2) !default;
| ^......................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:700:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(9, 21)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
31 | padding-top: percentage(9 / 21);
| ^......^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:31:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(9, 16)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
37 | padding-top: percentage(9 / 16);
| ^......^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:37:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(3, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
43 | padding-top: percentage(3 / 4);
| ^.....^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:43:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(1, 1)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
49 | padding-top: percentage(1 / 1);
| ^.....^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:49:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
36 repetitive deprecation warnings omitted.
null
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
256 |$headings-margin-bottom: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:256:31
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
616 |$nav-divider-margin-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:616:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
620 |$navbar-padding-y: ($spacer / 2) !default;
| ^...........^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:620:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
629 |$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
| ^.............................................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:629:36
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
700 |$card-group-margin: ($grid-gutter-width / 2) !default;
| ^......................^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/_variables.scss:700:37
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(9, 21)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
31 | padding-top: percentage(9 / 21);
| ^......^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:31:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(9, 16)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
37 | padding-top: percentage(9 / 16);
| ^......^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:37:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(3, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
43 | padding-top: percentage(3 / 4);
| ^.....^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:43:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(1, 1)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
49 | padding-top: percentage(1 / 1);
| ^.....^
╵
file:///d:/Anke/Projekte/Heimsafari/Material/samar-1-update/vendor/bootstrap-v4-rtl/scss/utilities/_embed.scss:49:28
THIS IS DEPRECATED AND WILL BE REMOVED IN SASS 2.0
--------------------
Warning:
35 repetitive deprecation warnings omitted.
null
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\scss\main.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\scss\main.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap\scss\bootstrap-grid.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap\scss\bootstrap-grid.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap\scss\bootstrap-reboot.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap\scss\bootstrap-reboot.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap\scss\bootstrap.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap\scss\bootstrap.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap-grid.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap-grid.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap-reboot.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap-reboot.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap-rtl.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap-rtl.css
--------------------
Generated:
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap.css.map
d:\Anke\Projekte\Heimsafari\Material\samar-1-update\vendor\bootstrap-v4-rtl\scss\bootstrap.css
--------------------
Watching...
--------------------
Oh, I'm sorry, I was testing on the wrong project! This pefectly helped me! Thank you so much!!!