aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/370-test_moz_document_interpolation.scss
blob: fd76408d9fb82f8caddca168864b43dcdd2d4753 (plain)
1
2
3
4
5
6
7
$domain: "sass-lang.com";
@-moz-document url(http://#{$domain}/),
               url-prefix(http://#{$domain}/docs),
               domain(#{$domain}),
               #{domain($domain)} {
  .foo {a: b}
}