summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-simple_lists.scss
blob: 5d0572d8daf7235a763cac9ec294418c5106a3f1 (plain)
1
2
3
4
5
div {
  hey: a, b, c, d;
  ho: a b c d;
  ha: unquote("a, b, c, d");
}