DEBSOURCES
Skip Quicknav
sources / node-node-sass / 9.0.0%2Bgit20240131.6081731%2Bdfsg-3 / sass-spec / spec / libsass-closed-issues / issue_1218 / input.scss
1234567891011
$foo: 20px; @media screen and ("min-width:#{$foo}") { .bar { width: 12px; } } @media screen and ("min-width:0") { .bar { width: 12px; } }