@trackunit/css-core 0.0.82 → 0.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/lib/core.css
CHANGED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
This file contains custom properties for Tailwind CSS Default theme.
|
|
3
|
-
|
|
4
|
-
Tailwind default theme:
|
|
5
|
-
https://github.com/tailwindlabs/tailwindcss/blob/b8cda161dd0993083dcef1e2a03988c70be0ce93/src/public/colors.js
|
|
6
|
-
https://github.com/tailwindlabs/tailwindcss/blob/ec911c73f08c81b7088246484379f2efce97a667/stubs/defaultConfig.stub.js
|
|
7
|
-
*/
|
|
8
|
-
:root {
|
|
9
|
-
/* Spacing (Tailwind Default theme) */
|
|
10
|
-
--spacing-px: 1px;
|
|
11
|
-
--spacing-0: 0px;
|
|
12
|
-
--spacing-0-5: 0.125rem;
|
|
13
|
-
--spacing-1: 0.25rem;
|
|
14
|
-
--spacing-1-5: 0.375rem;
|
|
15
|
-
--spacing-2: 0.5rem;
|
|
16
|
-
--spacing-2-5: 0.625rem;
|
|
17
|
-
--spacing-3: 0.75rem;
|
|
18
|
-
--spacing-3-5: 0.875rem;
|
|
19
|
-
--spacing-4: 1rem;
|
|
20
|
-
--spacing-5: 1.25rem;
|
|
21
|
-
--spacing-6: 1.5rem;
|
|
22
|
-
--spacing-7: 1.75rem;
|
|
23
|
-
--spacing-8: 2rem;
|
|
24
|
-
--spacing-9: 2.25rem;
|
|
25
|
-
--spacing-10: 2.5rem;
|
|
26
|
-
--spacing-11: 2.75rem;
|
|
27
|
-
--spacing-12: 3rem;
|
|
28
|
-
--spacing-14: 3.5rem;
|
|
29
|
-
--spacing-16: 4rem;
|
|
30
|
-
--spacing-20: 5rem;
|
|
31
|
-
--spacing-24: 6rem;
|
|
32
|
-
--spacing-28: 7rem;
|
|
33
|
-
--spacing-32: 8rem;
|
|
34
|
-
--spacing-36: 9rem;
|
|
35
|
-
--spacing-40: 10rem;
|
|
36
|
-
--spacing-44: 11rem;
|
|
37
|
-
--spacing-48: 12rem;
|
|
38
|
-
--spacing-52: 13rem;
|
|
39
|
-
--spacing-56: 14rem;
|
|
40
|
-
--spacing-60: 15rem;
|
|
41
|
-
--spacing-64: 16rem;
|
|
42
|
-
--spacing-72: 18rem;
|
|
43
|
-
--spacing-80: 20rem;
|
|
44
|
-
--spacing-96: 24rem;
|
|
45
|
-
|
|
46
|
-
/* Border radius (Tailwind Default theme) */
|
|
47
|
-
--border-radius-none: 0px;
|
|
48
|
-
--border-radius-sm: 0.125rem;
|
|
49
|
-
--border-radius-DEFAULT: 0.25rem;
|
|
50
|
-
--border-radius-md: 0.375rem;
|
|
51
|
-
--border-radius-lg: 0.5rem;
|
|
52
|
-
--border-radius-xl: 0.75rem;
|
|
53
|
-
--border-radius-2xl: 1rem;
|
|
54
|
-
--border-radius-3xl: 1.5rem;
|
|
55
|
-
--border-radius-full: 9999px;
|
|
56
|
-
|
|
57
|
-
/* box shadow (Tailwind Default theme) */
|
|
58
|
-
--box-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
59
|
-
--box-shadow-DEFAULT: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
60
|
-
--box-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
61
|
-
--box-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
62
|
-
--box-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
63
|
-
--box-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
64
|
-
--box-shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
65
|
-
--box-shadow-none: none;
|
|
66
|
-
--box-shadow-popover: 0px 0px 1px 1px rgba(26, 27, 28, 0.13), 0px 1px 1px rgba(26, 27, 28, 0.15);
|
|
67
|
-
|
|
68
|
-
/* font size (Tailwind Default theme) */
|
|
69
|
-
--font-size-xs: 0.75rem;
|
|
70
|
-
--font-size-sm: 0.875rem;
|
|
71
|
-
--font-size-base: 1rem;
|
|
72
|
-
--font-size-lg: 1.125rem;
|
|
73
|
-
--font-size-xl: 1.25rem;
|
|
74
|
-
--font-size-2xl: 1.5rem;
|
|
75
|
-
--font-size-3xl: 1.875rem;
|
|
76
|
-
--font-size-4xl: 2.25rem;
|
|
77
|
-
--font-size-5xl: 3rem;
|
|
78
|
-
--font-size-6xl: 3.75rem;
|
|
79
|
-
--font-size-7xl: 4.5rem;
|
|
80
|
-
--font-size-8xl: 6rem;
|
|
81
|
-
--font-size-9xl: 8rem;
|
|
82
|
-
|
|
83
|
-
/* line height (Tailwind Default theme) */
|
|
84
|
-
--line-height-xs: 1rem;
|
|
85
|
-
--line-height-sm: 1.25rem;
|
|
86
|
-
--line-height-base: 1.5rem;
|
|
87
|
-
--line-height-lg: 1.75rem;
|
|
88
|
-
--line-height-xl: 1.75rem;
|
|
89
|
-
--line-height-2xl: 2rem;
|
|
90
|
-
--line-height-3xl: 2.25rem;
|
|
91
|
-
--line-height-4xl: 2.5rem;
|
|
92
|
-
--line-height-5xl: 1;
|
|
93
|
-
--line-height-6xl: 1;
|
|
94
|
-
--line-height-7xl: 1;
|
|
95
|
-
--line-height-8xl: 1;
|
|
96
|
-
--line-height-9xl: 1;
|
|
97
|
-
}
|