1<===> input.scss
2.#{"foo"}--1 { width:100%; }
3<===> output.css
4.foo--1 {
5  width: 100%;
6}
7