Skipping 81 KB..
Full Log1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/select.scss 1:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/option.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/select-dropdown.scss 6:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 7:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/scrollbar.scss 1:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/scrollbar.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 7:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/option-group.scss 1:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/option-group.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/tag.scss 1:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/tag.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/tag.scss 7:1 root stylesheet
[32m✓[39m 1546 modules transformed.
rendering chunks...
computing gzip size...
[2mdist/[22m[35mstyle.css [39m[1m[2m 466.66 kB[22m[1m[22m[2m │ gzip: 79.22 kB[22m
[2mdist/[22m[36mmapintegratedvuer.js [39m[1m[2m 0.08 kB[22m[1m[22m[2m │ gzip: 0.09 kB[22m
[2mdist/[22m[36mIframe-Cc9erC_I.js [39m[1m[2m 0.57 kB[22m[1m[22m[2m │ gzip: 0.38 kB[22m
[2mdist/[22m[36mSimulation-BGRVd8kd.js [39m[1m[2m 0.60 kB[22m[1m[22m[2m │ gzip: 0.37 kB[22m
[2mdist/[22m[36mPlot-BnockGaW.js [39m[1m[2m 0.72 kB[22m[1m[22m[2m │ gzip: 0.42 kB[22m
[2mdist/[22m[36mFlatmap-FkaNd1ps.js [39m[1m[2m 6.22 kB[22m[1m[22m[2m │ gzip: 2.13 kB[22m
[2mdist/[22m[36mMultiFlatmap-Cv-oZNJD.js [39m[1m[2m 14.35 kB[22m[1m[22m[2m │ gzip: 4.38 kB[22m
[2mdist/[22m[36mContentMixin-TQhuLwO4.js [39m[1m[2m 26.89 kB[22m[1m[22m[2m │ gzip: 7.17 kB[22m
[2mdist/[22m[36mScaffold-Biod9dA5.js [39m[1m[33m1,753.34 kB[39m[22m[2m │ gzip: 414.00 kB[22m
[2mdist/[22m[36mindex-BsgKjyCA.js [39m[1m[33m2,511.11 kB[39m[22m[2m │ gzip: 645.37 kB[22m
[2mdist/[22m[36mstyle-ClWYHYcR.js [39m[1m[33m5,279.52 kB[39m[22m[2m │ gzip: 1,398.58 kB[22m
[2mdist/[22m[35mstyle.css [39m[1m[2m 466.66 kB[22m[1m[22m[2m │ gzip: 79.22 kB[22m
[2mdist/[22m[36mmapintegratedvuer.umd.cjs [39m[1m[33m7,292.33 kB[39m[22m[2m │ gzip: 2,184.53 kB[22m
[32m✓ built in 1m 8s[39m
[mapintegratedvuer] $ /bin/sh -xe /tmp/jenkins16051177155716928569.sh
+ node --version
v18.17.1
+ npm run cypress-component
> @abi-software/mapintegratedvuer@1.9.0-beta.0 cypress-component
> cypress run --component
It looks like this is your first time using Cypress: 13.17.0
[STARTED] Task without title.
[SUCCESS] Task without title.
Opening Cypress...
DevTools listening on ws://127.0.0.1:39295/devtools/browser/089e8af3-85c2-403d-8683-256d93525e29
[519840:0512/112234.484926:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
Re-optimizing dependencies because lockfile has changed
resize: can't open terminal /dev/tty
tput: No value for $TERM and no -T specified
[90m====================================================================================================[39m
[0m ([4m[1mRun Starting[22m[24m)[0m
[90m ┌[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┐[39m
[90m │[39m [90mCypress:[39m 13.17.0 [90m│[39m
[90m │[39m [90mBrowser:[39m Electron 118 [90m(headless)[39m [90m│[39m
[90m │[39m [90mNode Version:[39m [0mv18.17.1 [90m(/home/cmiss/.nvm/versions/node/v18.17.1/bin/node)[39m[0m [90m│[39m
[90m │[39m [90mSpecs:[39m [0m1 found (MapContent.cy.js)[0m [90m│[39m
[90m │[39m [90mSearched:[39m [0mcypress/component/*.cy.js[0m [90m│[39m
[90m │[39m [90mExperiments:[39m experimentalMemoryManagement=true [90m│[39m
[90m └[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┘[39m
[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m
Running: [90mMapContent.cy.js[39m [90m(1 of 1)[39m
[520004:0512/112243.691533:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112243.798048:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112243.807881:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112244.920132:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112244.931113:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112244.937845:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112245.950833:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112248.119578:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/MapContent.vue 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/MapContent.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/SplitFlow.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/SplitDialog.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/DialogToolbarContent.vue 1:1 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
╷
1 │ @import '_variables.scss';
│ ^^^^^^^^^^^^^^^^^
╵
src/assets/header-icon.scss 1:9 @use
src/components/DialogToolbarContent.vue 2:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/ContentVuer.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/CustomSplitter.vue 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/SearchControls.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/ContentBar.vue 1:1 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
╷
1 │ @import '_variables.scss';
│ ^^^^^^^^^^^^^^^^^
╵
src/assets/header-icon.scss 1:9 @use
src/components/ContentBar.vue 2:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/ContextCard.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/FlatmapContextCard.vue 1:1 root stylesheet
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/loading.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/main.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/button.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/popover.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/radio-group.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/row.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/col.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/container.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/aside.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/footer.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/checkbox.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/header.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/option-group.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/radio.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/switch.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/autocomplete.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/tag.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/select.scss 1:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/row.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/button.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/col.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/checkbox.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/loading.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/main.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/popover.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/radio-group.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/container.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/aside.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/footer.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/header.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/option-group.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/radio.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/switch.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/autocomplete.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/tag.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/container.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/aside.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/radio-group.scss 4:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/main.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/popover.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/footer.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/header.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/tag.scss 7:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/row.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 7:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/select-dropdown.scss 6:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 7:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/radio.scss 18:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/button.scss 19:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/loading.scss 9:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/checkbox.scss 37:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option-group.scss 12:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option-group.scss 6:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/switch.scss 78:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/switch.scss 98:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/switch.scss 82:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/switch.scss 98:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/switch.scss 82:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/switch.scss 98:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/switch.scss 82:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/switch.scss 98:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/switch.scss 82:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/switch.scss 98:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/switch.scss 82:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 @use
node_modules/element-plus/theme-chalk/src/select.scss 8:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/popover.scss 26:5 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popover.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popover.scss 26:5 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popover.scss 5:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popover.scss 26:5 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popover.scss 5:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popover.scss 26:5 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popover.scss 5:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popover.scss 26:5 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popover.scss 5:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/autocomplete.scss 11:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/radio.scss 83:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/radio.scss 22:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/radio.scss 83:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/radio.scss 22:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/radio.scss 83:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/radio.scss 22:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/radio.scss 83:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/radio.scss 22:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/radio.scss 83:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/radio.scss 22:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/checkbox.scss 114:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/checkbox.scss 41:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/checkbox.scss 114:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/checkbox.scss 41:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/checkbox.scss 114:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/checkbox.scss 41:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/checkbox.scss 114:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/checkbox.scss 41:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/checkbox.scss 114:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/checkbox.scss 41:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
WARNING: 1 repetitive deprecation warnings omitted.
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/button.scss 196:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/button.scss 23:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/button.scss 196:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/button.scss 23:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/button.scss 196:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/button.scss 23:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/button.scss 196:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/button.scss 23:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/button.scss 196:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/button.scss 23:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use map.has-key instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
12 │ @if map-has-key($map, $key) {
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 12:7 res()
node_modules/element-plus/theme-chalk/src/mixins/_col.scss 7:3 col-size()
node_modules/element-plus/theme-chalk/src/col.scss 40:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use map.get instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @media only screen and #{unquote(map-get($map, $key))} {
│ ^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 13:38 res()
node_modules/element-plus/theme-chalk/src/mixins/_col.scss 7:3 col-size()
node_modules/element-plus/theme-chalk/src/col.scss 40:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.unquote instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @media only screen and #{unquote(map-get($map, $key))} {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 13:30 res()
node_modules/element-plus/theme-chalk/src/mixins/_col.scss 7:3 col-size()
node_modules/element-plus/theme-chalk/src/col.scss 40:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
WARNING: 1 repetitive deprecation warnings omitted.
WARNING: 1 repetitive deprecation warnings omitted.
[520004:0512/112302.444133:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/input.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/option.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/popper.scss 1:1 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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
node_modules/element-plus/theme-chalk/src/scrollbar.scss 1:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/var.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/popper.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/input.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/option.scss 3:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
63 │ ┌ mix(
64 │ │ $mix-color,
65 │ │ map.get($colors, $type, 'base'),
66 │ │ math.percentage(math.div($number, 10))
67 │ │ ),
│ └───────────^
╵
node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
node_modules/element-plus/theme-chalk/src/scrollbar.scss 3:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/popper.scss 5:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 7:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/input.scss 31:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/option.scss 28:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/option.scss 27:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.red instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
52 │ #{red($color),
│ ^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/_var.scss 52:7 set-css-color-rgb()
node_modules/element-plus/theme-chalk/src/var.scss 17:5 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [color-functions]: red() is deprecated. Suggestion:
color.channel($color, "red", $space: rgb)
More info: https://sass-lang.com/d/color-functions
╷
52 │ #{red($color),
│ ^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/_var.scss 52:7 set-css-color-rgb()
node_modules/element-plus/theme-chalk/src/var.scss 17:5 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.green instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
53 │ green($color),
│ ^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/_var.scss 53:5 set-css-color-rgb()
node_modules/element-plus/theme-chalk/src/var.scss 17:5 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [color-functions]: green() is deprecated. Suggestion:
color.channel($color, "green", $space: rgb)
More info: https://sass-lang.com/d/color-functions
╷
53 │ green($color),
│ ^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/_var.scss 53:5 set-css-color-rgb()
node_modules/element-plus/theme-chalk/src/var.scss 17:5 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.blue instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
54 │ blue($color)}
│ ^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/_var.scss 54:5 set-css-color-rgb()
node_modules/element-plus/theme-chalk/src/var.scss 17:5 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [color-functions]: blue() is deprecated. Suggestion:
color.channel($color, "blue", $space: rgb)
More info: https://sass-lang.com/d/color-functions
╷
54 │ blue($color)}
│ ^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/_var.scss 54:5 set-css-color-rgb()
node_modules/element-plus/theme-chalk/src/var.scss 17:5 @use
node_modules/element-plus/theme-chalk/src/base.scss 1:33 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 16:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/scrollbar.scss 11:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/popper.scss 49:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popper.scss 9:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popper.scss 49:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popper.scss 9:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popper.scss 49:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popper.scss 9:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popper.scss 49:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popper.scss 9:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/popper.scss 49:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/popper.scss 9:1 root stylesheet
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
╷
65 │ $E: $element !global;
│ ^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 65:3 e()
node_modules/element-plus/theme-chalk/src/input.scss 42:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/input.scss 35:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use meta.inspect instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ $selector: inspect($selector);
│ ^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/input.scss 42:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/input.scss 35:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.slice instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
6 │ $selector: str-slice($selector, 2, -2);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/input.scss 42:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/input.scss 35:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
13 │ @if str-index($selector, config.$modifier-separator) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/input.scss 42:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/input.scss 35:1 root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.index instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
23 │ @if str-index($selector, '.' + config.$state-prefix) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
node_modules/element-plus/theme-chalk/src/input.scss 42:3 @content
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
node_modules/element-plus/theme-chalk/src/input.scss 35:1 root stylesheet
WARNING: 1 repetitive deprecation warnings omitted.
WARNING: 1 repetitive deprecation warnings omitted.
WARNING: 1 repetitive deprecation warnings omitted.
DEPRECATION WARNING [new-global]: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$B: null` at the stylesheet root.
╷
57 │ $B: $namespace + $common-separator + $block !global;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 57:3 b()
node_modules/element-plus/theme-chalk/src/icon.scss 24:1 @use
node_modules/element-plus/theme-chalk/src/base.scss 3:1 root stylesheet
[520004:0512/112306.246643:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112306.254025:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112306.255882:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112306.258765:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112306.260425:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112309.640058:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[0m[0m
[0m MapContent[0m
[520004:0512/112311.027470:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/components/viewers/MultiFlatmap.vue 1:1 root stylesheet
[520004:0512/112312.257185:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112312.800575:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112312.807386:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112312.815401:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112312.928864:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112312.935148:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.366949:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.381035:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.396443:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.404061:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.465351:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.806467:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.816805:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112313.823123:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112316.109143:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112316.145893:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112316.973633:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112316.983182:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112316.989988:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112316.996428:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.007971:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.013746:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.291146:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.297472:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.303131:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
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
╷
1 │ @import '_variables';
│ ^^^^^^^^^^^^
╵
src/assets/styles.scss 1:9 @use
src/App.vue 1:1 root stylesheet
[520004:0512/112317.623485:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.671721:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.679585:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[520004:0512/112317.698833:ERROR:socket_posix.cc(93)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
[31m 1) Workflow testing[0m
[92m [0m[32m 0 passing[0m[90m (34s)[0m
[31m 1 failing[0m
[0m 1) MapContent
Workflow testing:
[0m[31m AssertionError: Timed out retrying after 30000ms: Expected to find element: `.multi-container > .el-loading-parent--relative > [name="el-loading-fade"] > .el-loading-mask`, but never found it.[0m[90m
at Context.<anonymous> (/home/cmiss/Jenkins/workspace/mapintegratedvuer/cypress/component/MapContent.cy.js:88:126)
at runnable.fn (http://localhost:8081/__cypress/runner/cypress_runner.js:138359:19)
at callFn (http://localhost:8081/__cypress/runner/cypress_runner.js:156978:21)
at Runnable.run (http://localhost:8081/__cypress/runner/cypress_runner.js:156965:7)
at <unknown> (http://localhost:8081/__cypress/runner/cypress_runner.js:162889:30)
at PassThroughHandlerContext.finallyHandler (http://localhost:8081/__cypress/runner/cypress_runner.js:4095:23)
at PassThroughHandlerContext.tryCatcher (http://localhost:8081/__cypress/runner/cypress_runner.js:1830:23)
at Promise._settlePromiseFromHandler (http://localhost:8081/__cypress/runner/cypress_runner.js:1542:31)
[0m
[[90mmochawesome[39m] Report JSON saved to /home/cmiss/Jenkins/workspace/mapintegratedvuer/cypress/results/json/mochawesome_317.json
[31m ([4m[1mResults[22m[24m)[39m
[90m ┌[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┐[39m
[90m │[39m [90mTests:[39m [31m1[39m [90m│[39m
[90m │[39m [90mPassing:[39m [31m0[39m [90m│[39m
[90m │[39m [90mFailing:[39m [31m1[39m [90m│[39m
[90m │[39m [90mPending:[39m [31m0[39m [90m│[39m
[90m │[39m [90mSkipped:[39m [31m0[39m [90m│[39m
[90m │[39m [90mScreenshots:[39m [31m1[39m [90m│[39m
[90m │[39m [90mVideo:[39m [31mtrue[39m [90m│[39m
[90m │[39m [90mDuration:[39m [31m33 seconds[39m [90m│[39m
[90m │[39m [90mSpec Ran:[39m [31m[31mMapContent.cy.js[31m[39m [90m│[39m
[90m └[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┘[39m
[33m ([4m[1mScreenshots[22m[24m)[39m
[90m [39m - [0m/home/cmiss/Jenkins/workspace/mapintegratedvuer/cypress/snapshots/actual/MapCont[0m [90m[90m(1280x720)[90m[39m
[90m [39m [0ment.cy.js/MapContent -- Workflow testing (failed).png[0m
[36m ([4m[1mVideo[22m[24m)[39m
[90m [39m [90m-[39m [90mStarted compressing:[39m [36mCompressing to 32 CRF[39m
[90m [39m [90m-[39m [90mFinished compressing:[39m [90m11 seconds[39m
Compression progress: [36m100%[39m
- Video output: [36m/home/cmiss/Jenkins/workspace/mapintegratedvuer/cypress/videos/MapContent.cy.js.mp4[39m
resize: can't open terminal /dev/tty
tput: No value for $TERM and no -T specified
[90m====================================================================================================[39m
[0m ([4m[1mRun Finished[22m[24m)[0m
[90m [39m [90mSpec[39m [90mTests[39m [90mPassing[39m [90mFailing[39m [90mPending[39m [90mSkipped[39m [90m [39m
[90m ┌[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┐[39m
[90m │[39m [31m✖[39m [0mMapContent.cy.js[0m [90m00:33[39m [0m1[0m [90m-[39m [31m1[39m [90m-[39m [90m-[39m [90m│[39m
[90m └[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┘[39m
[90m [39m [31m✖[39m [31m1 of 1 failed (100%)[39m [90m00:33[39m [0m1[0m [90m-[39m [31m1[39m [90m-[39m [90m-[39m [90m [39m
Build step 'Execute shell' marked build as failure
Archiving artifacts
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /home/cmiss/Jenkins/workspace/mapintegratedvuer/cypress/reports/html to /home/jmaster/jenkins/jobs/mapintegratedvuer/builds/774/htmlreports/Cypress_20report
[htmlpublisher] Copying recursive using current thread
[Set GitHub commit status (universal)] ERROR on repos [] (sha:0b3bc60) with context:mapintegratedvuer
Setting status of 705b4560def1fbb545cc21fa9be98356ed65491e to FAILURE with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/mapintegratedvuer/774/ and message: 'Build finished. '
Finished: FAILURE