7
7
}
8
8
9
9
<===> deg/warning
10
- DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
10
+ DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
11
11
Use color.adjust instead.
12
12
13
13
More info and automated migrator: https://sass-lang.com/d/import
@@ -18,7 +18,7 @@ More info and automated migrator: https://sass-lang.com/d/import
18
18
'
19
19
input.scss 1:7 root stylesheet
20
20
21
- DEPRECATION WARNING: adjust-hue() is deprecated. Suggestion:
21
+ DEPRECATION WARNING [color-functions] : adjust-hue() is deprecated. Suggestion:
22
22
23
23
color.adjust($color, $hue: 60deg)
24
24
41
41
}
42
42
43
43
<===> unitless/warning
44
- DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
44
+ DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
45
45
Use color.adjust instead.
46
46
47
47
More info and automated migrator: https://sass-lang.com/d/import
@@ -52,7 +52,7 @@ More info and automated migrator: https://sass-lang.com/d/import
52
52
'
53
53
input.scss 1:7 root stylesheet
54
54
55
- DEPRECATION WARNING: adjust-hue() is deprecated. Suggestion:
55
+ DEPRECATION WARNING [color-functions] : adjust-hue() is deprecated. Suggestion:
56
56
57
57
color.adjust($color, $hue: 60deg)
58
58
75
75
}
76
76
77
77
<===> unknown/warning
78
- DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
78
+ DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
79
79
Use color.adjust instead.
80
80
81
81
More info and automated migrator: https://sass-lang.com/d/import
@@ -86,7 +86,7 @@ More info and automated migrator: https://sass-lang.com/d/import
86
86
'
87
87
input.scss 1:7 root stylesheet
88
88
89
- DEPRECATION WARNING: $degrees: Passing a unit other than deg (60in) is deprecated.
89
+ DEPRECATION WARNING [function-units] : $degrees: Passing a unit other than deg (60in) is deprecated.
90
90
91
91
To preserve current behavior: calc($degrees / 1in)
92
92
@@ -98,7 +98,7 @@ See https://sass-lang.com/d/function-units
98
98
'
99
99
input.scss 1:7 root stylesheet
100
100
101
- DEPRECATION WARNING: adjust-hue() is deprecated. Suggestion:
101
+ DEPRECATION WARNING [color-functions] : adjust-hue() is deprecated. Suggestion:
102
102
103
103
color.adjust($color, $hue: 60deg)
104
104
121
121
}
122
122
123
123
<===> angle/warning
124
- DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
124
+ DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
125
125
Use color.adjust instead.
126
126
127
127
More info and automated migrator: https://sass-lang.com/d/import
@@ -132,7 +132,7 @@ More info and automated migrator: https://sass-lang.com/d/import
132
132
'
133
133
input.scss 1:7 root stylesheet
134
134
135
- DEPRECATION WARNING: adjust-hue() is deprecated. Suggestion:
135
+ DEPRECATION WARNING [color-functions] : adjust-hue() is deprecated. Suggestion:
136
136
137
137
color.adjust($color, $hue: 3437.7467707849deg)
138
138
0 commit comments