Skip to content

Commit a52ba1e

Browse files
committed
chore: update issue warning
1 parent fd84571 commit a52ba1e

6 files changed

Lines changed: 78 additions & 2 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
warning - [transform] /style/css_modules/input/auto_css_modules/style.scss Issue while running loader
2+
3+
SassWarning: Deprecation Warning on line 6, column 22 of file://WORKSPACE_ROOT/crates/pack-tests/tests/snapshot/style/css_modules/input/auto_css_modules/style.scss:6:22:
4+
darken() is deprecated. Suggestions:
5+
6+
color.scale($color, $lightness: -24.6376811594%)
7+
color.adjust($color, $lightness: -10%)
8+
9+
More info: https://sass-lang.com/d/color-functions
10+
11+
6 | background-color: darken($primary-color, 10%);
12+
13+
14+
input/auto_css_modules/style.scss 7:23 root stylesheet
15+
16+
17+
Import trace:
18+
Browser:
19+
./style/css_modules/input/auto_css_modules/style.scss
20+
./style/css_modules/input/index.ts
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
warning - [transform] /style/css_modules/input/normal_css_modules/style.module.scss Issue while running loader
2+
3+
SassWarning: Deprecation Warning on line 6, column 22 of file://WORKSPACE_ROOT/crates/pack-tests/tests/snapshot/style/css_modules/input/normal_css_modules/style.module.scss:6:22:
4+
darken() is deprecated. Suggestions:
5+
6+
color.scale($color, $lightness: -24.6376811594%)
7+
color.adjust($color, $lightness: -10%)
8+
9+
More info: https://sass-lang.com/d/color-functions
10+
11+
6 | background-color: darken($primary-color, 10%);
12+
13+
14+
input/normal_css_modules/style.module.scss 7:23 root stylesheet
15+
16+
17+
Import trace:
18+
Browser:
19+
./style/css_modules/input/normal_css_modules/style.module.scss
20+
./style/css_modules/input/index.ts
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
warning - [transform] /style/css_modules/input/normal_css_modules/style.module.scss Issue while running loader
2+
3+
SassWarning: Deprecation Warning on line 6, column 22 of file://WORKSPACE_ROOT/crates/pack-tests/tests/snapshot/style/css_modules/input/normal_css_modules/style.module.scss:6:22:
4+
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
5+
Use color.adjust instead.
6+
7+
More info and automated migrator: https://sass-lang.com/d/import
8+
9+
6 | background-color: darken($primary-color, 10%);
10+
11+
12+
input/normal_css_modules/style.module.scss 7:23 root stylesheet
13+
14+
15+
Import trace:
16+
Browser:
17+
./style/css_modules/input/normal_css_modules/style.module.scss
18+
./style/css_modules/input/index.ts
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
warning - [transform] /style/css_modules/input/auto_css_modules/style.scss Issue while running loader
2+
3+
SassWarning: Deprecation Warning on line 6, column 22 of file://WORKSPACE_ROOT/crates/pack-tests/tests/snapshot/style/css_modules/input/auto_css_modules/style.scss:6:22:
4+
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
5+
Use color.adjust instead.
6+
7+
More info and automated migrator: https://sass-lang.com/d/import
8+
9+
6 | background-color: darken($primary-color, 10%);
10+
11+
12+
input/auto_css_modules/style.scss 7:23 root stylesheet
13+
14+
15+
Import trace:
16+
Browser:
17+
./style/css_modules/input/auto_css_modules/style.scss
18+
./style/css_modules/input/index.ts

crates/pack-tests/tests/snapshot/target_web/legacy_mobile/output/_project___5c265bc3.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pack-tests/tests/snapshot/target_web/legacy_mobile/output/_project___5c265bc3.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)