Skip to content

Commit ba6bad4

Browse files
authored
Update Dart Sass error specs for the @use loader (#1355)
1 parent b95fde9 commit ba6bad4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/libsass-closed-issues/issue_1801/import-cycle.hrx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Error: An @import loop has been found:
1818
Use --trace for backtrace.
1919

2020
<===> error-dart-sass
21-
Error: This file is already being imported.
21+
Error: This file is already being loaded.
2222
,
2323
1 | @import 'alpha';
2424
| ^^^^^^^

spec/libsass-todo-issues/issue_1801/simple-import-loop.hrx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Error: An @import loop has been found: /sass/spec/libsass-issues/issue_1801/simp
1212
Use --trace for backtrace.
1313

1414
<===> error-dart-sass
15-
Error: This file is already being imported.
15+
Error: This file is already being loaded.
1616
,
1717
1 | @import 'susy';
1818
| ^^^^^^

0 commit comments

Comments
 (0)