File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed
spec/core_functions/modules Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change 73
73
b: #c3d5ef;
74
74
}
75
75
76
- <===>
77
- ================================================================================
78
- <===> adjust_hue/input.scss
79
- @use "sass:color";
80
- a {b: color.adjust-hue(#abcdef, 15)}
81
-
82
- <===> adjust_hue/output.css
83
- a {
84
- b: #abbcef;
85
- }
86
-
87
76
<===>
88
77
================================================================================
89
78
<===> complement/input.scss
@@ -319,6 +308,24 @@ Error: Undefined function.
319
308
'
320
309
input.scss 2:7 root stylesheet
321
310
311
+ <===>
312
+ ================================================================================
313
+ <===> error/adjust_hue/input.scss
314
+ @use "sass:color";
315
+ a {b: color.adjust-hue(#abcdef, 10)}
316
+
317
+ <===> error/adjust_hue/error
318
+ Error: The function adjust-hue() isn't in the new module system.
319
+
320
+ Recommendation: color.adjust(#abcdef, $hue: 10)
321
+
322
+ More info: https://sass-lang.com/documentation/functions/color#adjust-hue
323
+ ,
324
+ 2 | a {b: color.adjust-hue(#abcdef, 10)}
325
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
326
+ '
327
+ input.scss 2:7 root stylesheet
328
+
322
329
<===>
323
330
================================================================================
324
331
<===> error/lighten/input.scss
You can’t perform that action at this time.
0 commit comments