<===> input.scss
@function and() {
@return "and";
}
test {
and: and();
}
<===> error
Error: Invalid function name "and".
on line of input.scss
Use --trace for backtrace.
<===> error-dart-sass
Error: Invalid function name.
,
1 | @function and() {
| ^^^^^^^^^^^^^^^
'
input.scss 1:1 root stylesheet