DEBSOURCES
Skip Quicknav
sources / node-node-sass / 7.0.3%2Bgit20221109.ee13eb9%2Bdfsg-2 / sass-spec / spec / libsass-closed-issues / issue_574 / input.scss
12345678910
$flow: left; $map: ( margin-#{$flow}: 3em, foo: bar, ); .test { margin-left: map-get($map, margin-left); }