-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathbasic.css
More file actions
101 lines (85 loc) · 2.94 KB
/
Copy pathbasic.css
File metadata and controls
101 lines (85 loc) · 2.94 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.random-1 {
z-index: random(0, 10);
}
.random-2 {
z-index: random(0, 10 1);
}
.random-3 {
z-index: random(--foo, 0, 10);
}
.random-4 {
z-index: random(--bar, 0, 10);
}
.random-11 {
width: random(0px, 10px);
}
.random-12 {
width: random(0px, 10px 1px);
}
.random-13 {
width: random(--foo, 0px, 10px);
}
.random-14 {
width: random(--bar, 0px, 10px);
}
.random-15 {
padding: random(fixed 0.5, 0px, 10px) random(fixed 0.5, 0px, 10px);
margin: random(0px, 10px) random(0px, 10px);
inset: random(--foo, 0px, 10px) random(--foo, 0px, 10px);
border-top-right-radius: random(0px, 10px);
border-top-left-radius: random(0px, 10px);
border-bottom-right-radius: random(--foo, 0px, 10px);
border-bottom-left-radius: random(--foo, 0px, 10px);
}
.random-15 {
padding: random(fixed 0.5, 0px, 10px) random(fixed 0.5, 0px, 10px);
margin: random(0px, 10px) random(0px, 10px);
inset: random(--foo, 0px, 10px) random(--foo, 0px, 10px);
border-top-right-radius: random(0px, 10px);
border-top-left-radius: random(0px, 10px);
border-bottom-right-radius: random(--foo, 0px, 10px);
border-bottom-left-radius: random(--foo, 0px, 10px);
}
.random-15-b {
padding: random(fixed 0.5, 0px, 10px) random(fixed 0.5, 0px, 10px);
margin: random(0px, 10px) random(0px, 10px);
inset: random(--foo, 0px, 10px) random(--foo, 0px, 10px);
border-top-right-radius: random(0px, 10px);
border-top-left-radius: random(0px, 10px);
border-bottom-right-radius: random(--foo, 0px, 10px);
border-bottom-left-radius: random(--foo, 0px, 10px);
}
.random-16 {
margin: random(element-shared, 0px, 10px) random(element-shared, 0px, 10px);
inset: random(--foo element-shared, 0px, 10px) random(--foo element-shared, 0px, 10px);
border-top-right-radius: random(element-shared, 0px, 10px);
border-top-left-radius: random(element-shared, 0px, 10px);
border-bottom-right-radius: random(--foo element-shared, 0px, 10px);
border-bottom-left-radius: random(--foo element-shared, 0px, 10px);
}
.random-16 {
margin: random(element-shared, 0px, 10px) random(element-shared, 0px, 10px);
inset: random(--foo element-shared, 0px, 10px) random(--foo element-shared, 0px, 10px);
border-top-right-radius: random(element-shared, 0px, 10px);
border-top-left-radius: random(element-shared, 0px, 10px);
border-bottom-right-radius: random(--foo element-shared, 0px, 10px);
border-bottom-left-radius: random(--foo element-shared, 0px, 10px);
}
.random-16-b {
margin: random(element-shared, 0px, 10px) random(element-shared, 0px, 10px);
inset: random(--foo element-shared, 0px, 10px) random(--foo element-shared, 0px, 10px);
border-top-right-radius: random(element-shared, 0px, 10px);
border-top-left-radius: random(element-shared, 0px, 10px);
border-bottom-right-radius: random(--foo element-shared, 0px, 10px);
border-bottom-left-radius: random(--foo element-shared, 0px, 10px);
}
.ignore-1 {
--foo: 10px;
width: random(0px, var(--foo));
}
.ignore-2 {
width: random(0px, 10deg);
}
.ignore-3 {
width: random(0, 10px);
}