DEBSOURCES
Skip Quicknav
sources / node-node-sass / 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4 / sass-spec / spec / scss / interpolated-strings / input.scss
123456789
$x: ecks; $y: why; div { blah: "hey #{$x} ho"; blee: hey#{$y}ho; bluh: "foo #{$x}"; bleg: foo#{"hey"}bar; }