Page 1 of 1

Error: Undefined function.

Posted: 14 Aug 2022, 09:55
by JIMMYDAGUM
Hi,

I got the latest version 7.0 but it wont create a css file.

$ sass public/assets:public/assets --no-source-map
Error: Undefined function.
padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);

Thanks,
jimmy

Re: Error: Undefined function.

Posted: 16 Aug 2022, 14:58
by mert.sincan
Interesting! Which sass version are you using? Ruby sass is deprecated. You need to use Dart Sass; https://sass-lang.com/dart-sass

Best Regards,