@plexui/ui 0.7.55 → 0.7.57
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.
|
@@ -1,56 +1,5 @@
|
|
|
1
1
|
/* stylelint-disable custom-property-pattern -- Tailwind requires this sometimes */
|
|
2
2
|
|
|
3
|
-
/* Always generate these variables, but they are also available to Tailwind */
|
|
4
|
-
@theme static {
|
|
5
|
-
/* =============================================
|
|
6
|
-
Breakpoints - configured in postcss.config
|
|
7
|
-
============================================= */
|
|
8
|
-
--breakpoint-xs: 380px;
|
|
9
|
-
--breakpoint-sm: 576px;
|
|
10
|
-
--breakpoint-md: 768px;
|
|
11
|
-
--breakpoint-lg: 1024px;
|
|
12
|
-
--breakpoint-xl: 1280px;
|
|
13
|
-
--breakpoint-2xl: 1536px;
|
|
14
|
-
|
|
15
|
-
/* =============================================
|
|
16
|
-
Font families
|
|
17
|
-
============================================= */
|
|
18
|
-
--font-serif: initial;
|
|
19
|
-
--font-sans: ui-sans-serif, -apple-system, system-ui, "Segoe UI", "Noto Sans", "Helvetica",
|
|
20
|
-
"Arial", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
|
|
21
|
-
--font-mono: ui-monospace, "SFMono-Regular", "SF Mono", "Menlo", "Monaco", "Consolas",
|
|
22
|
-
"Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
|
23
|
-
|
|
24
|
-
/* =============================================
|
|
25
|
-
Font weights
|
|
26
|
-
============================================= */
|
|
27
|
-
--font-weight-*: initial;
|
|
28
|
-
--font-weight-normal: 400;
|
|
29
|
-
--font-weight-medium: 500;
|
|
30
|
-
--font-weight-semibold: 600;
|
|
31
|
-
--font-weight-bold: 700;
|
|
32
|
-
|
|
33
|
-
/* =============================================
|
|
34
|
-
Radius
|
|
35
|
-
============================================= */
|
|
36
|
-
--radius-*: initial;
|
|
37
|
-
--radius-2xs: 0.125rem; /* 2px */
|
|
38
|
-
--radius-xs: 0.25rem; /* 4px */
|
|
39
|
-
--radius-sm: 0.375rem; /* 6px */
|
|
40
|
-
--radius-md: 0.5rem; /* 8px */
|
|
41
|
-
--radius-lg: 0.625rem; /* 10px */
|
|
42
|
-
--radius-xl: 0.75rem; /* 12px */
|
|
43
|
-
--radius-2xl: 1rem; /* 16px */
|
|
44
|
-
--radius-3xl: 1.25rem; /* 20px */
|
|
45
|
-
--radius-4xl: 1.5rem; /* 24px */
|
|
46
|
-
--radius-full: 9999px;
|
|
47
|
-
|
|
48
|
-
/* =============================================
|
|
49
|
-
Spacing
|
|
50
|
-
============================================= */
|
|
51
|
-
--spacing: 0.25rem; /* 4px */
|
|
52
|
-
}
|
|
53
|
-
|
|
54
3
|
@layer theme {
|
|
55
4
|
:root,
|
|
56
5
|
:where([data-theme]) {
|