@@ -247,26 +247,6 @@ Error: Built-in module sass:color can't be configured.
247
247
The same file can't be configured multiple times, even if the configuration is
248
248
identical.
249
249
250
- <===>
251
- ================================================================================
252
- <===> with/multi_configuration/double_load/empty/input.scss
253
- @use "sass:meta";
254
-
255
- // An empty `$with` still counts as a configuration.
256
- @include meta.load-css("other", $with: ());
257
- @include meta.load-css("other", $with: ());
258
-
259
- <===> with/multi_configuration/double_load/empty/_other.scss
260
- $a: c !default;
261
-
262
- <===> with/multi_configuration/double_load/empty/error
263
- Error: _other.scss was already loaded, so it can't be configured using "with".
264
- ,
265
- 5 | @include meta.load-css("other", $with: ());
266
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
267
- '
268
- input.scss 5:1 root stylesheet
269
-
270
250
<===>
271
251
================================================================================
272
252
<===> with/multi_configuration/double_load/both_configured/input.scss
@@ -328,27 +308,6 @@ Error: This module was already loaded, so it can't be configured using "with".
328
308
_midstream.scss 1:1 load-css()
329
309
input.scss 3:1 root stylesheet
330
310
331
- <===>
332
- ================================================================================
333
- <===> with/multi_configuration/use_and_load/empty/input.scss
334
- @use "sass:meta";
335
-
336
- @use "other";
337
-
338
- // An empty `$with` still counts as a configuration.
339
- @include meta.load-css("other", $with: ());
340
-
341
- <===> with/multi_configuration/use_and_load/empty/_other.scss
342
- $a: c !default;
343
-
344
- <===> with/multi_configuration/use_and_load/empty/error
345
- Error: _other.scss was already loaded, so it can't be configured using "with".
346
- ,
347
- 6 | @include meta.load-css("other", $with: ());
348
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
349
- '
350
- input.scss 6:1 root stylesheet
351
-
352
311
<===>
353
312
================================================================================
354
313
<===> with/multi_configuration/use_and_load/both_configured/input.scss
0 commit comments