summaryrefslogtreecommitdiff
path: root/scss/tests/files/general/null-values.css
blob: 16deaae3d14891e16c5c74097fbabe87498a08e7 (plain)
1
2
3
4
5
div {
  a: 1, 2, 3;
  b: 1, null, 2, null, 3;
  c: 1  2;
}