1<===> input.scss
2@for $i from 1 through 2 {
3  @import '_include';
4}
5
6<===> error
7Error: Import directives may not be used within control directives or mixins.
8        on line 2 of input.scss
9  Use --trace for backtrace.
10
11<===> error-dart-sass
12Error: This at-rule is not allowed here.
13  ,
142 |   @import '_include';
15  |   ^^^^^^^^^^^^^^^^^^
16  '
17  input.scss 2:3  root stylesheet
18