summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-append.scss
blob: ce7ea863cc39735b46e09d51ea2b0261691d3af3 (plain)
1
2
3
4
5
div {
  $l: append(a b, c d);
  foo: nth($l, 3);
  bar: type-of($l);
}