@@ -69,7 +69,7 @@ mod global {
69
69
runner( ) . err(
70
70
"a {b: invert(c)}\n "
71
71
) ,
72
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
72
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
73
73
\n Use color.invert instead.\n \
74
74
\n More info and automated migrator: https://sass-lang.com/d/import\n \
75
75
\n ,\
@@ -102,7 +102,7 @@ mod missing {
102
102
runner( ) . err(
103
103
"a {b: invert(rgb(10 none 20), $space: xyz)}\n "
104
104
) ,
105
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
105
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
106
106
\n Use color.invert instead.\n \
107
107
\n More info and automated migrator: https://sass-lang.com/d/import\n \
108
108
\n ,\
@@ -125,7 +125,7 @@ mod missing {
125
125
runner( ) . err(
126
126
"a {b: invert(grey, $space: hsl)}\n "
127
127
) ,
128
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
128
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
129
129
\n Use color.invert instead.\n \
130
130
\n More info and automated migrator: https://sass-lang.com/d/import\n \
131
131
\n ,\
@@ -152,7 +152,7 @@ mod missing {
152
152
runner( ) . err(
153
153
"a {b: invert(hsl(0 40% none), $space: hsl)}\n "
154
154
) ,
155
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
155
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
156
156
\n Use color.invert instead.\n \
157
157
\n More info and automated migrator: https://sass-lang.com/d/import\n \
158
158
\n ,\
@@ -175,7 +175,7 @@ mod missing {
175
175
runner( ) . err(
176
176
"a {b: invert(hwb(none 10% 20%), $space: hwb)}\n "
177
177
) ,
178
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
178
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
179
179
\n Use color.invert instead.\n \
180
180
\n More info and automated migrator: https://sass-lang.com/d/import\n \
181
181
\n ,\
@@ -198,7 +198,7 @@ mod missing {
198
198
runner( ) . err(
199
199
"a {b: invert(rgb(none 10 20))}\n "
200
200
) ,
201
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
201
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
202
202
\n Use color.invert instead.\n \
203
203
\n More info and automated migrator: https://sass-lang.com/d/import\n \
204
204
\n ,\
@@ -227,7 +227,7 @@ mod missing {
227
227
runner( ) . err(
228
228
"a {b: invert(color(rec2020 0.1 none 0.2), $space: xyz)}\n "
229
229
) ,
230
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
230
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
231
231
\n Use color.invert instead.\n \
232
232
\n More info and automated migrator: https://sass-lang.com/d/import\n \
233
233
\n ,\
@@ -250,7 +250,7 @@ mod missing {
250
250
runner( ) . err(
251
251
"a {b: invert(color(rec2020 0.4 0.4 0.4), $space: lch)}\n "
252
252
) ,
253
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
253
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
254
254
\n Use color.invert instead.\n \
255
255
\n More info and automated migrator: https://sass-lang.com/d/import\n \
256
256
\n ,\
@@ -273,7 +273,7 @@ mod missing {
273
273
runner( ) . err(
274
274
"a {b: invert(color(srgb none 0.1 0.2), $space: srgb)}\n "
275
275
) ,
276
- "DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
276
+ "DEPRECATION WARNING [global-builtin] : Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\
277
277
\n Use color.invert instead.\n \
278
278
\n More info and automated migrator: https://sass-lang.com/d/import\n \
279
279
\n ,\
0 commit comments