@myelmut/design-system 0.1.16 → 0.1.18
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 +1 -1
- package/styles/globals.css +2 -2
package/package.json
CHANGED
package/styles/globals.css
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
font-display: swap;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
@theme
|
|
52
|
+
@theme {
|
|
53
53
|
/* Colors */
|
|
54
54
|
--color-claret-violet-dark: #671a36; /* Claret Violet 500 */
|
|
55
55
|
--color-claret-violet-light: #802948; /* Claret Violet 400 */
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
--radius-table: 1.875rem;
|
|
103
103
|
|
|
104
104
|
/* Custom breakpoints (affect all @md, @lg, etc. utilities) */
|
|
105
|
-
--breakpoint-xs:
|
|
105
|
+
--breakpoint-xs: 155px;
|
|
106
106
|
|
|
107
107
|
/* Custom container widths */
|
|
108
108
|
--container-xs: 100vw;
|