DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / regressions / argspec-no-arguments.scss
123456789
@option style:legacy; @function get-a-number() { @return 5; } h1 { line-height: get-a-number(); }