Skip to content

Sass uses deprecated syntax and fails own lint rules #1884

Description

@prwb
  1. WComponents theme build outputs warnings about failed sass-lint rules for clipboard and WTextArea.
  2. Updating sass and sass lint modules results in more warnings:
    1. Theme Sass uses deprecated calculation syntax
    2. Theme Sass uses deprecated @import
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

  ?
6 ? @import 'vars/wc';
  ?         ^^^^^^^^^
  ?
    src\main\sass\wc-edge.scss 6:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ?
8 ? @import 'mixins/common';
  ?         ^^^^^^^^^^^^^^^
  ?
    src\main\sass\wc-edge.scss 8:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
12 ? @import 'fix/edge/wtree';
   ?         ^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-edge.scss 12:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
37 ? @import '../theme-vars';
   ?         ^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_wc.scss 37:9  @import
    src\main\sass\wc-edge.scss 6:9    root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
43 ? @import '../lib/fa/variables';
   ?         ^^^^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_wc.scss 43:9  @import
    src\main\sass\wc-edge.scss 6:9    root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-small, 2) or calc($wc-gap-small / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
35 ? $wc-phone-gap-small: $wc-gap-small / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 35:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-edge.scss 6:9          root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-normal, 2) or calc($wc-gap-normal / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
36 ? $wc-phone-gap-normal: $wc-gap-normal / 2 !default;
   ?                       ^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 36:23  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-edge.scss 6:9          root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-large, 2) or calc($wc-gap-large / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
37 ? $wc-phone-gap-large: $wc-gap-large / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 37:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-edge.scss 6:9          root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-xl, 2) or calc($wc-gap-xl / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
38 ? $wc-phone-gap-xl: $wc-gap-xl / 2 !default;
   ?                   ^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 38:19  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-edge.scss 6:9          root stylesheet

WARNING: 12 repetitive deprecation warnings omitted.

Compiling C:\projects\wcomponents\wcomponents-theme\target\classes\theme\wcomponents-theme\style\wc-edge.css
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

  ?
7 ? @import 'vars/wc';
  ?         ^^^^^^^^^
  ?
    src\main\sass\wc-ie11.scss 7:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ?
9 ? @import 'mixins/common';
  ?         ^^^^^^^^^^^^^^^
  ?
    src\main\sass\wc-ie11.scss 9:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
13 ? @import 'fix/ie11/button';
   ?         ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-ie11.scss 13:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
14 ? @import 'fix/ie11/combo';
   ?         ^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-ie11.scss 14:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
15 ? @import 'fix/ie11/wmenu';
   ?         ^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-ie11.scss 15:9  root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-small, 2) or calc($wc-gap-small / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
35 ? $wc-phone-gap-small: $wc-gap-small / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 35:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-ie11.scss 7:9          root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-normal, 2) or calc($wc-gap-normal / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
36 ? $wc-phone-gap-normal: $wc-gap-normal / 2 !default;
   ?                       ^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 36:23  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-ie11.scss 7:9          root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-large, 2) or calc($wc-gap-large / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
37 ? $wc-phone-gap-large: $wc-gap-large / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 37:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-ie11.scss 7:9          root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-xl, 2) or calc($wc-gap-xl / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
38 ? $wc-phone-gap-xl: $wc-gap-xl / 2 !default;
   ?                   ^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 38:19  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-ie11.scss 7:9          root stylesheet

WARNING: 17 repetitive deprecation warnings omitted.

Compiling C:\projects\wcomponents\wcomponents-theme\target\classes\theme\wcomponents-theme\style\wc-ie11.css
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

  ?
3 ? @import 'vars/wc';
  ?         ^^^^^^^^^
  ?
    src\main\sass\wc-phone.scss 3:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ?
5 ? @import 'mixins/common';
  ?         ^^^^^^^^^^^^^^^
  ?
    src\main\sass\wc-phone.scss 5:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ?
8 ? @import 'respond/phone/space';
  ?         ^^^^^^^^^^^^^^^^^^^^^
  ?
    src\main\sass\wc-phone.scss 8:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ?
9 ? @import 'respond/phone/back-to-top';
  ?         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ?
    src\main\sass\wc-phone.scss 9:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
10 ? @import 'respond/phone/checkableselect';
   ?         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-phone.scss 10:9  root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-small, 2) or calc($wc-gap-small / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
35 ? $wc-phone-gap-small: $wc-gap-small / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 35:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-phone.scss 3:9         root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-normal, 2) or calc($wc-gap-normal / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
36 ? $wc-phone-gap-normal: $wc-gap-normal / 2 !default;
   ?                       ^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 36:23  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-phone.scss 3:9         root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-large, 2) or calc($wc-gap-large / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
37 ? $wc-phone-gap-large: $wc-gap-large / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 37:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-phone.scss 3:9         root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-xl, 2) or calc($wc-gap-xl / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
38 ? $wc-phone-gap-xl: $wc-gap-xl / 2 !default;
   ?                   ^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 38:19  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-phone.scss 3:9         root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($phone-gap-size, 2) or calc($phone-gap-size / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
24 ?           padding-left: $phone-gap-size / 2;
   ?                         ^^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\respond\phone\_space.scss 24:25  @import
    src\main\sass\wc-phone.scss 8:9                root stylesheet

WARNING: 27 repetitive deprecation warnings omitted.

Compiling C:\projects\wcomponents\wcomponents-theme\target\classes\theme\wcomponents-theme\style\wc-phone.css
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

  ?
6 ? @import 'vars/wc';
  ?         ^^^^^^^^^
  ?
    src\main\sass\wc-uc.scss 6:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ?
8 ? @import 'mixins/common';
  ?         ^^^^^^^^^^^^^^^
  ?
    src\main\sass\wc-uc.scss 8:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
12 ? @import 'fix/uc/button';
   ?         ^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-uc.scss 12:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
13 ? @import 'fix/uc/combo';
   ?         ^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-uc.scss 13:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
14 ? @import 'fix/uc/layout';
   ?         ^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc-uc.scss 14:9  root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-small, 2) or calc($wc-gap-small / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
35 ? $wc-phone-gap-small: $wc-gap-small / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 35:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-uc.scss 6:9            root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-normal, 2) or calc($wc-gap-normal / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
36 ? $wc-phone-gap-normal: $wc-gap-normal / 2 !default;
   ?                       ^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 36:23  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-uc.scss 6:9            root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-large, 2) or calc($wc-gap-large / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
37 ? $wc-phone-gap-large: $wc-gap-large / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 37:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-uc.scss 6:9            root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-xl, 2) or calc($wc-gap-xl / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
38 ? $wc-phone-gap-xl: $wc-gap-xl / 2 !default;
   ?                   ^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 38:19  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc-uc.scss 6:9            root stylesheet

WARNING: 24 repetitive deprecation warnings omitted.

Compiling C:\projects\wcomponents\wcomponents-theme\target\classes\theme\wcomponents-theme\style\wc-uc.css
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

  ?
7 ? @import 'vars/wc';
  ?         ^^^^^^^^^
  ?
    src\main\sass\wc.scss 7:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
10 ? @import 'mixins/common';
   ?         ^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc.scss 10:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
23 ? @import 'common';
   ?         ^^^^^^^^
   ?
    src\main\sass\wc.scss 23:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
28 ? @import 'components/wcollapsible';
   ?         ^^^^^^^^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc.scss 28:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
29 ? @import 'components/wdatefield';
   ?         ^^^^^^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wc.scss 29:9  root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-small, 2) or calc($wc-gap-small / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
35 ? $wc-phone-gap-small: $wc-gap-small / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 35:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc.scss 7:9               root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-normal, 2) or calc($wc-gap-normal / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
36 ? $wc-phone-gap-normal: $wc-gap-normal / 2 !default;
   ?                       ^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 36:23  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc.scss 7:9               root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-large, 2) or calc($wc-gap-large / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
37 ? $wc-phone-gap-large: $wc-gap-large / 2 !default;
   ?                      ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 37:22  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc.scss 7:9               root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-gap-xl, 2) or calc($wc-gap-xl / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ?
38 ? $wc-phone-gap-xl: $wc-gap-xl / 2 !default;
   ?                   ^^^^^^^^^^^^^^
   ?
    src\main\sass\vars\_respond.scss 38:19  @import
    src\main\sass\vars\_wc.scss 59:9        @import
    src\main\sass\wc.scss 7:9               root stylesheet

DEPRECATION WARNING [slash-div]: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($wc-common-busy-size, 2) or calc($wc-common-busy-size / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ?
7 ? $wc-common-busy-offset: $wc-common-busy-size / 2;
  ?                         ^^^^^^^^^^^^^^^^^^^^^^^^
  ?
    src\main\sass\common\_loading.scss 7:25  @import
    src\main\sass\_common.scss 37:9          @import
    src\main\sass\wc.scss 23:9               root stylesheet

DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use math.percentage instead.

More info and automated migrator: https://sass-lang.com/d/import

    ?
155 ?     width: percentage(1 / $i);
    ?            ^^^^^^^^^^^^^^^^^^
    ?
    src\main\sass\components\_layout.scss 155:12  @import
    src\main\sass\components\_wpanel.scss 74:9    @import
    src\main\sass\wc.scss 41:9                    root stylesheet

DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use math.percentage instead.

More info and automated migrator: https://sass-lang.com/d/import

    ?
293 ?         width: percentage($w / 100);
    ?                ^^^^^^^^^^^^^^^^^^^^
    ?
    src\main\sass\components\_layout.scss 293:16  @import
    src\main\sass\components\_wpanel.scss 74:9    @import
    src\main\sass\wc.scss 41:9                    root stylesheet

DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use math.percentage instead.

More info and automated migrator: https://sass-lang.com/d/import

    ?
301 ?         width: percentage($w / 100);
    ?                ^^^^^^^^^^^^^^^^^^^^
    ?
    src\main\sass\components\_layout.scss 301:16  @import
    src\main\sass\components\_wpanel.scss 74:9    @import
    src\main\sass\wc.scss 41:9                    root stylesheet

WARNING: 70 repetitive deprecation warnings omitted.

Compiling C:\projects\wcomponents\wcomponents-theme\target\classes\theme\wcomponents-theme\style\wc.css
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

   ?
18 ? @import 'wcdebug/axs';
   ?         ^^^^^^^^^^^^^
   ?
    src\main\sass\wcdebug.scss 18:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
19 ? @import 'wcdebug/indicator';
   ?         ^^^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wcdebug.scss 19:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
20 ? @import 'wcdebug/invalid';
   ?         ^^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wcdebug.scss 20:9  root stylesheet

DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ?
21 ? @import 'wcdebug/script';
   ?         ^^^^^^^^^^^^^^^^
   ?
    src\main\sass\wcdebug.scss 21:9  root stylesheet

Compiling C:\projects\wcomponents\wcomponents-theme\target\classes\theme\wcomponents-theme\style\wcdebug.css
buildCss: 9.480s

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions