DEBSOURCES
Skip Quicknav
sources / node-node-sass / 9.0.0%2Bgit20240131.6081731%2Bdfsg-3 / sass-spec / spec / libsass-closed-issues / issue_2569 / input.scss
1234567891011
@function test() { @if (false) { @return 0; } @else { opacity: 1; } } .my-module { opacity: test(); }