SCSS Compiler
@function foo($x) { @return $x; } p { content: call( get-function('foo'), 'It works :)' ); } div { content: call( get-function(foo), '(even without quotes)' ); }
OUTPUT
×

Save as Private