-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvarify.css
More file actions
97 lines (97 loc) · 3.39 KB
/
varify.css
File metadata and controls
97 lines (97 loc) · 3.39 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
:root {
--font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--letter-xs: -0.05em;
--letter-sm: -0.025em;
--letter-md: 0.025em;
--letter-lg: 0.05em;
--screen-xl: 80rem;
--screen-2xl: 96rem;
--screen-xs: 30rem;
--screen-sm: 40rem;
--screen-md: 48rem;
--screen-lg: 64rem;
--radius-xs: 2px;
--radius-sm: 4px;
--radius-md: 6px;
--radius-lg: 8px;
--radius-xl: 12px;
--radius-2xl: 16px;
--radius-3xl: 24px;
--radius-full: 9999px;
--shadow-xs: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--shadow-sm: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
--ease-in: cubic-bezier(0.4, 0, 1, 1);
--ease-out: cubic-bezier(0.4, 0, 1, 1);
--ease-inout: cubic-bezier(0.4, 0, 0.2, 1);
--text-lg: clamp(1rem, 0.875rem + 0.3125vw, 1.125rem);
--text-xl: clamp(1.125rem, 1rem + 0.3125vw, 1.25rem);
--text-3xl: clamp(1.75rem, 1.625rem + 0.3125vw, 1.875rem);
--text-5xl: clamp(2.875rem, 2.75rem + 0.3125vw, 3rem);
--text-sm: clamp(0.75rem, 0.625rem + 0.3125vw, 0.875rem);
--text-md: clamp(0.875rem, 0.75rem + 0.3125vw, 1rem);
--text-4xl: clamp(2.125rem, 2rem + 0.3125vw, 2.25rem);
--text-xs: clamp(0.625rem, 0.5rem + 0.3125vw, 0.75rem);
--text-2xl: clamp(1.375rem, 1.25rem + 0.3125vw, 1.5rem);
--content-xs: 45ch;
--content-sm: 55ch;
--content-md: 65ch;
--content-lg: 75ch;
--content-xl: 85ch;
--size-4: 1rem;
--size-5: 1.25rem;
--size-6: 1.5rem;
--size-8: 2rem;
--size-40: 10rem;
--size-52: 13rem;
--size-2: 0.5rem;
--size-12: 3rem;
--size-44: 11rem;
--size-80: 20rem;
--size-96: 24rem;
--size-10: 2.5rem;
--size-11: 2.75rem;
--size-24: 6rem;
--size-32: 8rem;
--size-60: 15rem;
--size-64: 16rem;
--size-3: 0.75rem;
--size-9: 2.25rem;
--size-16: 4rem;
--size-28: 7rem;
--size-36: 9rem;
--size-7: 1.75rem;
--size-72: 18rem;
--size-20: 5rem;
--size-0: 0.125rem;
--size-1: 0.25rem;
--size-14: 3.5rem;
--size-48: 12rem;
--size-56: 14rem;
--grid-2: repeat(2, minmax(0, 1fr));
--grid-6: repeat(6, minmax(0, 1fr));
--grid-12: repeat(12, minmax(0, 1fr));
--grid-1: repeat(1, minmax(0, 1fr));
--grid-4: repeat(4, minmax(0, 1fr));
--grid-5: repeat(5, minmax(0, 1fr));
--grid-7: repeat(7, minmax(0, 1fr));
--grid-8: repeat(8, minmax(0, 1fr));
--grid-9: repeat(9, minmax(0, 1fr));
--grid-10: repeat(10, minmax(0, 1fr));
--grid-11: repeat(11, minmax(0, 1fr));
--grid-3: repeat(3, minmax(0, 1fr));
--line-sm: clamp(1.125rem, 1rem + 0.3125vw, 1.25rem);
--line-lg: clamp(1.625rem, 1.5rem + 0.3125vw, 1.75rem);
--line-3xl: clamp(2.125rem, 2rem + 0.3125vw, 2.25rem);
--line-4xl: clamp(2.375rem, 2.25rem + 0.3125vw, 2.5rem);
--line-5xl: 1;
--line-xs: clamp(0.875rem, 0.75rem + 0.3125vw, 1rem);
--line-md: clamp(1.375rem, 1.25rem + 0.3125vw, 1.5rem);
--line-xl: clamp(1.625rem, 1.5rem + 0.3125vw, 1.75rem);
--line-2xl: clamp(1.875rem, 1.75rem + 0.3125vw, 2rem);
}