summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-comparable.css
blob: 5a05abd06d02c21aba07f7002845ce1fe858dfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.color-functions {
  hue: 0deg;
  hue-type: number;
  hue-unit: "deg";
  hue-comparable: true;
  x: true;
  x: true;
  x: true;
  y: number;
  y: number;
  z: 50%;
  z: number;
  z: number;
  z: true;
}