<===> input.scss
@for $i from 1 through 2 {
@function foo() {
@return 'foo';
}
}
<===> error
Error: Functions may not be defined within control directives or other mixins.
on line 2 of input.scss
Use --trace for backtrace.
<===> error-dart-sass
Error: Functions may not be declared in control directives.
,
2 | @function foo() {
| ^^^^^^^^^^^^^^^
'
input.scss 2:3 root stylesheet