Skip to content

Commit 2954f58

Browse files
committed
fix tests
1 parent 708229b commit 2954f58

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

spec/directives/import/nested.hrx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,16 @@ More info and automated migrator: https://sass-lang.com/d/import
349349
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
350350
More info and automated migrator: https://sass-lang.com/d/import
351351
,
352-
2 | @import 'upstream';
353-
| ^^^^^^^^^^
352+
2 | @import 'upstream1';
353+
| ^^^^^^^^^^^
354354
'
355355
input.scss 2:11 root stylesheet
356+
357+
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
358+
More info and automated migrator: https://sass-lang.com/d/import
359+
,
360+
1 | @import 'upstream2';
361+
| ^^^^^^^^^^^
362+
'
363+
_upstream1.scss 1:9 @import
364+
input.scss 2:11 root stylesheet

0 commit comments

Comments
 (0)