Подскажите пожалуйста как исправить
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Invalid CSS after " $result: math": expected expression (e.g. 1px, bold), was ".div($px, $from) * "
on line 13 of src/components/sccs/mixins.scss
from line 5 of src/components/sccs/style.scss
>> $result: math.div($px, $from) * 100%;
--------------^
вот код
@function percent($px, $from) {
$result: math.div($px, $from) * 100%;
return $result;
}
Использую Dart Sass