DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / bugs / argspec-named-arguments.scss
123456789
@option style:legacy; @function calculate($foo: 1, $bar: 2) { @return $foo * $bar; } p { line-height: calculate($foo: 3); }