File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -324,28 +324,28 @@ More info and automated migrator: https://sass-lang.com/d/import
324
324
325
325
<===>
326
326
================================================================================
327
- <===> top_level_include_declaration/with_use/two_levels_deep /input.scss
327
+ <===> top_level_include_declaration/with_use_two_levels_deep /input.scss
328
328
.a {
329
329
@import 'upstream1';
330
330
}
331
331
332
- <===> top_level_include_declaration/with_use/two_levels_deep /_upstream1.scss
332
+ <===> top_level_include_declaration/with_use_two_levels_deep /_upstream1.scss
333
333
@import 'upstream2';
334
334
335
- <===> top_level_include_declaration/with_use/two_levels_deep /_upstream2.scss
335
+ <===> top_level_include_declaration/with_use_two_levels_deep /_upstream2.scss
336
336
@use 'other';
337
337
@mixin a { b: c }
338
338
@include a;
339
339
340
- <===> top_level_include_declaration/with_use/two_levels_deep /other.scss
340
+ <===> top_level_include_declaration/with_use_two_levels_deep /other.scss
341
341
// Intentionally empty.
342
342
343
- <===> top_level_include_declaration/with_use/two_levels_deep /output.css
343
+ <===> top_level_include_declaration/with_use_two_levels_deep /output.css
344
344
.a {
345
345
b: c;
346
346
}
347
347
348
- <===> top_level_include_declaration/with_use/two_levels_deep /warning
348
+ <===> top_level_include_declaration/with_use_two_levels_deep /warning
349
349
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
350
350
More info and automated migrator: https://sass-lang.com/d/import
351
351
,
You can’t perform that action at this time.
0 commit comments