Warning: you are leaving 1 commit behind, not connected to any of your branches: d04eb4e5 Merge remote-tracking branch 'origin/master' into HEAD If you want to keep it by creating a new branch, this may be a good time to do so with: git branch d04eb4e5 HEAD is now at 61667530 use string interpolation instead of concantenation Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating autoload files 44 packages you are using are looking for funding. Use the `composer fund` command to find out more! up to date, audited 22 packages in 2s 8 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm notice npm notice New major version of npm available! 10.9.2 -> 11.6.4 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.4 npm notice To update run: npm install -g npm@11.6.4 npm notice > waca@1.0.0 build-scss > ./node_modules/.bin/sass --style=compressed resources/scss/bootstrap-alt.scss:resources/generated/bootstrap-alt.css resources/scss/bootstrap-main.scss:resources/generated/bootstrap-main.css resources/scss/bootstrap-auto.scss:resources/generated/bootstrap-auto.css resources/scss/public.scss:resources/generated/public.css DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 79 │ @import "common"; │ ^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use color.adjust instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 32 │ $link-color: lighten($blue, 20%); │ ^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 32:14 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 40%) color.adjust($color, $lightness: 20%) More info: https://sass-lang.com/d/color-functions ╷ 32 │ $link-color: lighten($blue, 20%); │ ^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 32:14 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use color.adjust instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 33 │ $link-hover-color: lighten($link-color, 15%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 33:20 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 15%) More info: https://sass-lang.com/d/color-functions ╷ 33 │ $link-hover-color: lighten($link-color, 15%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 33:20 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use color.adjust instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 61 │ $card-bg: lighten($gray-900, 3%); │ ^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 61:11 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 3.5091743119%) color.adjust($color, $lightness: 3%) More info: https://sass-lang.com/d/color-functions ╷ 61 │ $card-bg: lighten($gray-900, 3%); │ ^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 61:11 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 23 │ @import "../../node_modules/bootstrap/scss/bootstrap.scss"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 28 │ @import "_viewRequest.scss"; │ ^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 28:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 29 │ @import "_login.scss"; │ ^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 29:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 30 │ @import "_mainPage.scss"; │ ^^^^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 30:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 21 │ $grays: map-merge( │ ┌─────────^ 22 │ │ ( 23 │ │ "100": $gray-100, 24 │ │ "200": $gray-200, 25 │ │ "300": $gray-300, 26 │ │ "400": $gray-400, 27 │ │ "500": $gray-500, 28 │ │ "600": $gray-600, 29 │ │ "700": $gray-700, 30 │ │ "800": $gray-800, 31 │ │ "900": $gray-900 32 │ │ ), 33 │ │ $grays 34 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 21:9 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 48 │ $colors: map-merge( │ ┌──────────^ 49 │ │ ( 50 │ │ "blue": $blue, 51 │ │ "indigo": $indigo, 52 │ │ "purple": $purple, 53 │ │ "pink": $pink, 54 │ │ "red": $red, 55 │ │ "orange": $orange, 56 │ │ "yellow": $yellow, 57 │ │ "green": $green, 58 │ │ "teal": $teal, 59 │ │ "cyan": $cyan, 60 │ │ "white": $white, 61 │ │ "gray": $gray-600, 62 │ │ "gray-dark": $gray-800 63 │ │ ), 64 │ │ $colors 65 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 48:10 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 9.7081218274%) color.adjust($color, $lightness: 7.5%) More info: https://sass-lang.com/d/color-functions ╷ 374 │ $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 374:31 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 25%) More info: https://sass-lang.com/d/color-functions ╷ 487 │ $input-focus-border-color: lighten($component-active-bg, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 487:41 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING [abs-percent]: Passing percentage units to the global abs() function is deprecated. In the future, this will emit a CSS abs() function to be resolved by the browser. To preserve current behavior: math.abs(100%) To emit a CSS abs() now: abs(#{100%}) More info: https://sass-lang.com/d/abs-percent ╷ 54 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/vendor/_rfs.scss 54:14 divide() node_modules/bootstrap/scss/mixins/_grid.scss 66:15 row-cols() node_modules/bootstrap/scss/mixins/_grid-framework.scss 43:13 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 65:5 media-breakpoint-up() node_modules/bootstrap/scss/mixins/_grid-framework.scss 32:5 make-grid-columns() node_modules/bootstrap/scss/_grid.scss 72:3 @import node_modules/bootstrap/scss/bootstrap.scss 16:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet WARNING: 294 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 12 │ @import "common"; │ ^^^^^^^^ ╵ resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 23 │ @import "../../node_modules/bootstrap/scss/bootstrap.scss"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 28 │ @import "_viewRequest.scss"; │ ^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 28:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 29 │ @import "_login.scss"; │ ^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 29:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 30 │ @import "_mainPage.scss"; │ ^^^^^^^^^^^^^^^^ ╵ resources/scss/_common.scss 30:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 21 │ $grays: map-merge( │ ┌─────────^ 22 │ │ ( 23 │ │ "100": $gray-100, 24 │ │ "200": $gray-200, 25 │ │ "300": $gray-300, 26 │ │ "400": $gray-400, 27 │ │ "500": $gray-500, 28 │ │ "600": $gray-600, 29 │ │ "700": $gray-700, 30 │ │ "800": $gray-800, 31 │ │ "900": $gray-900 32 │ │ ), 33 │ │ $grays 34 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 21:9 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 48 │ $colors: map-merge( │ ┌──────────^ 49 │ │ ( 50 │ │ "blue": $blue, 51 │ │ "indigo": $indigo, 52 │ │ "purple": $purple, 53 │ │ "pink": $pink, 54 │ │ "red": $red, 55 │ │ "orange": $orange, 56 │ │ "yellow": $yellow, 57 │ │ "green": $green, 58 │ │ "teal": $teal, 59 │ │ "cyan": $cyan, 60 │ │ "white": $white, 61 │ │ "gray": $gray-600, 62 │ │ "gray-dark": $gray-800 63 │ │ ), 64 │ │ $colors 65 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 48:10 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 77 │ $theme-colors: map-merge( │ ┌────────────────^ 78 │ │ ( 79 │ │ "primary": $primary, 80 │ │ "secondary": $secondary, 81 │ │ "success": $success, 82 │ │ "info": $info, 83 │ │ "warning": $warning, 84 │ │ "danger": $danger, 85 │ │ "light": $light, 86 │ │ "dark": $dark 87 │ │ ), 88 │ │ $theme-colors 89 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 77:16 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 138 │ $spacers: map-merge( │ ┌───────────^ 139 │ │ ( 140 │ │ 0: 0, 141 │ │ 1: ($spacer * .25), 142 │ │ 2: ($spacer * .5), 143 │ │ 3: $spacer, 144 │ │ 4: ($spacer * 1.5), 145 │ │ 5: ($spacer * 3) 146 │ │ ), 147 │ │ $spacers 148 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 138:11 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 152 │ $sizes: map-merge( │ ┌─────────^ 153 │ │ ( 154 │ │ 25: 25%, 155 │ │ 50: 50%, 156 │ │ 75: 75%, 157 │ │ 100: 100%, 158 │ │ auto: auto 159 │ │ ), 160 │ │ $sizes 161 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 152:9 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions: color.scale($color, $lightness: -30%) color.adjust($color, $lightness: -15%) More info: https://sass-lang.com/d/color-functions ╷ 178 │ $link-hover-color: darken($link-color, 15%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 178:43 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 9.7081218274%) color.adjust($color, $lightness: 7.5%) More info: https://sass-lang.com/d/color-functions ╷ 374 │ $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 374:31 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 25%) More info: https://sass-lang.com/d/color-functions ╷ 487 │ $input-focus-border-color: lighten($component-active-bg, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 487:41 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 552 │ $custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 552:49 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 627 │ $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 627:46 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING [abs-percent]: Passing percentage units to the global abs() function is deprecated. In the future, this will emit a CSS abs() function to be resolved by the browser. To preserve current behavior: math.abs(100%) To emit a CSS abs() now: abs(#{100%}) More info: https://sass-lang.com/d/abs-percent ╷ 54 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/vendor/_rfs.scss 54:14 divide() node_modules/bootstrap/scss/mixins/_grid.scss 66:15 row-cols() node_modules/bootstrap/scss/mixins/_grid-framework.scss 43:13 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 65:5 media-breakpoint-up() node_modules/bootstrap/scss/mixins/_grid-framework.scss 32:5 make-grid-columns() node_modules/bootstrap/scss/_grid.scss 72:3 @import node_modules/bootstrap/scss/bootstrap.scss 16:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet WARNING: 290 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 13 │ @import "../../node_modules/bootstrap/scss/bootstrap.scss"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 15 │ @import "_footer.scss"; │ ^^^^^^^^^^^^^^ ╵ resources/scss/public.scss 15:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 16 │ @import "_markdown.scss"; │ ^^^^^^^^^^^^^^^^ ╵ resources/scss/public.scss 16:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 8 │ @import "functions"; │ ^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/bootstrap.scss 8:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 9 │ @import "variables"; │ ^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 21 │ $grays: map-merge( │ ┌─────────^ 22 │ │ ( 23 │ │ "100": $gray-100, 24 │ │ "200": $gray-200, 25 │ │ "300": $gray-300, 26 │ │ "400": $gray-400, 27 │ │ "500": $gray-500, 28 │ │ "600": $gray-600, 29 │ │ "700": $gray-700, 30 │ │ "800": $gray-800, 31 │ │ "900": $gray-900 32 │ │ ), 33 │ │ $grays 34 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 21:9 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 48 │ $colors: map-merge( │ ┌──────────^ 49 │ │ ( 50 │ │ "blue": $blue, 51 │ │ "indigo": $indigo, 52 │ │ "purple": $purple, 53 │ │ "pink": $pink, 54 │ │ "red": $red, 55 │ │ "orange": $orange, 56 │ │ "yellow": $yellow, 57 │ │ "green": $green, 58 │ │ "teal": $teal, 59 │ │ "cyan": $cyan, 60 │ │ "white": $white, 61 │ │ "gray": $gray-600, 62 │ │ "gray-dark": $gray-800 63 │ │ ), 64 │ │ $colors 65 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 48:10 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 77 │ $theme-colors: map-merge( │ ┌────────────────^ 78 │ │ ( 79 │ │ "primary": $primary, 80 │ │ "secondary": $secondary, 81 │ │ "success": $success, 82 │ │ "info": $info, 83 │ │ "warning": $warning, 84 │ │ "danger": $danger, 85 │ │ "light": $light, 86 │ │ "dark": $dark 87 │ │ ), 88 │ │ $theme-colors 89 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 77:16 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 138 │ $spacers: map-merge( │ ┌───────────^ 139 │ │ ( 140 │ │ 0: 0, 141 │ │ 1: ($spacer * .25), 142 │ │ 2: ($spacer * .5), 143 │ │ 3: $spacer, 144 │ │ 4: ($spacer * 1.5), 145 │ │ 5: ($spacer * 3) 146 │ │ ), 147 │ │ $spacers 148 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 138:11 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use map.merge instead. More info and automated migrator: https://sass-lang.com/d/import ╷ 152 │ $sizes: map-merge( │ ┌─────────^ 153 │ │ ( 154 │ │ 25: 25%, 155 │ │ 50: 50%, 156 │ │ 75: 75%, 157 │ │ 100: 100%, 158 │ │ auto: auto 159 │ │ ), 160 │ │ $sizes 161 │ │ ); │ └─^ ╵ node_modules/bootstrap/scss/_variables.scss 152:9 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions: color.scale($color, $lightness: -30%) color.adjust($color, $lightness: -15%) More info: https://sass-lang.com/d/color-functions ╷ 178 │ $link-hover-color: darken($link-color, 15%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 178:43 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 9.7081218274%) color.adjust($color, $lightness: 7.5%) More info: https://sass-lang.com/d/color-functions ╷ 374 │ $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 374:31 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 25%) More info: https://sass-lang.com/d/color-functions ╷ 487 │ $input-focus-border-color: lighten($component-active-bg, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 487:41 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 552 │ $custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 552:49 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 627 │ $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 627:46 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING [abs-percent]: Passing percentage units to the global abs() function is deprecated. In the future, this will emit a CSS abs() function to be resolved by the browser. To preserve current behavior: math.abs(100%) To emit a CSS abs() now: abs(#{100%}) More info: https://sass-lang.com/d/abs-percent ╷ 54 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/vendor/_rfs.scss 54:14 divide() node_modules/bootstrap/scss/mixins/_grid.scss 66:15 row-cols() node_modules/bootstrap/scss/mixins/_grid-framework.scss 43:13 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 65:5 media-breakpoint-up() node_modules/bootstrap/scss/mixins/_grid-framework.scss 32:5 make-grid-columns() node_modules/bootstrap/scss/_grid.scss 72:3 @import node_modules/bootstrap/scss/bootstrap.scss 16:9 @import resources/scss/public.scss 13:9 root stylesheet WARNING: 270 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings.