SCSS Compiler
@function foo($x) { @return $x; } $myFun: get-function(foo); p { color: $myFun(#8c8c8c) }
OUTPUT
×

Save as Private