File: input.scss

package info (click to toggle)
node-node-sass 9.0.0%2Bgit20240131.6081731%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 75,520 kB
  • sloc: javascript: 7,313; cpp: 1,495; perl: 428; makefile: 11
file content (62 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (40)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
foo {
  test-1: 10==10;
  test-2: 10 ==10;
  test-3: 10== 10;
  test-4: 10 == 10;
  test-5: 10==10%;
  test-6: 10 ==10%;
  test-7: 10== 10%;
  test-8: 10 == 10%;
  test-9: 10==10px;
  test-10: 10 ==10px;
  test-11: 10== 10px;
  test-12: 10 == 10px;
  test-13: 10==#AAA;
  test-14: 10 ==#AAA;
  test-15: 10== #AAA;
  test-16: 10 == #AAA;
  test-17: 10==#{itpl};
  test-18: 10 ==#{itpl};
  test-19: 10== #{itpl};
  test-20: 10 == #{itpl};
  test-21: 10%==10%;
  test-22: 10% ==10%;
  test-23: 10%== 10%;
  test-24: 10% == 10%;
  test-25: 10%==10px;
  test-26: 10% ==10px;
  test-27: 10%== 10px;
  test-28: 10% == 10px;
  test-29: 10%==#AAA;
  test-30: 10% ==#AAA;
  test-31: 10%== #AAA;
  test-32: 10% == #AAA;
  test-33: 10%==#{itpl};
  test-34: 10% ==#{itpl};
  test-35: 10%== #{itpl};
  test-36: 10% == #{itpl};
  test-37: 10px==10px;
  test-38: 10px ==10px;
  test-39: 10px== 10px;
  test-40: 10px == 10px;
  test-41: 10px==#AAA;
  test-42: 10px ==#AAA;
  test-43: 10px== #AAA;
  test-44: 10px == #AAA;
  test-45: 10px==#{itpl};
  test-46: 10px ==#{itpl};
  test-47: 10px== #{itpl};
  test-48: 10px == #{itpl};
  test-49: #AAA==#AAA;
  test-50: #AAA ==#AAA;
  test-51: #AAA== #AAA;
  test-52: #AAA == #AAA;
  test-53: #AAA==#{itpl};
  test-54: #AAA ==#{itpl};
  test-55: #AAA== #{itpl};
  test-56: #AAA == #{itpl};
  test-57: #{itpl}==#{itpl};
  test-58: #{itpl} ==#{itpl};
  test-59: #{itpl}== #{itpl};
  test-60: #{itpl} == #{itpl};
}