xref
: /
dports
/
textproc
/
p5-CSS-Sass
/
CSS-Sass-3.6.4
/
t
/
sass-spec
/
spec
/
libsass-closed-issues
/
issue_641.hrx
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<===>
input.scss
2
.#{"foo"}--1 { width:100%; }
3
<===>
output.css
4
.foo--1 {
5
width: 100%;
6
}
7