aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/397-test_random_directive_interpolation.scss
blob: b03fc8f115b0d290f03230de674fb3f8955617a3 (plain)
1
2
3
4
5
6
7
$domain: "sass-lang.com";
@foo url(http://#{$domain}/),
     #{domain($domain)},
     "foo#{'ba' + 'r'}baz",
     foo#{'ba' + 'r'}baz {
  .foo {a: b}
}