Good morning! I'm doing some testing with the sass function it does not return anything to me. I figured it was something I was typing wrong, or something. I have copied the exact function of this site here and still the error continues. The function is here
@function cp($target, $container) {
@return calc-percent($target, $container);
}
.my-module {
width: calc-percent(650px, 1000px);
}
I have already cleaned the browser cache, I have already tried on online tools ... Anyway, what could I do?