DEBSOURCES
Skip Quicknav
sources / node-node-sass / 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4 / sass-spec / spec / libsass-closed-issues / issue_2352 / input.scss
123456789
$theme: (red: #D700EE); @function test($args...) { @return #000; } .test { color: test($theme...); }