File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,16 @@ More info and automated migrator: https://sass-lang.com/d/import
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
,
352
- 2 | @import 'upstream ';
353
- | ^^^^^^^^^^
352
+ 2 | @import 'upstream1 ';
353
+ | ^^^^^^^^^^^
354
354
'
355
355
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
You can’t perform that action at this time.
0 commit comments