DEBSOURCES
Skip Quicknav
sources / sass-spec / 3.5.4-1 / spec / libsass-closed-issues / issue_2352 / input.scss
123456789
$theme: (red: #D700EE); @function test($args...) { @return #000; } .test { color: test($theme...); }