You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/chubby-parts-try.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
'@clerk/clerk-js': minor
3
3
---
4
4
5
-
Add modern CSS color manipulation utilities with progressive enhancement support. This update introduces:
5
+
Add CSS variable support to the `appearance.variables` object, enabling use of CSS custom properties. For example, you can now use `colorPrimary: 'var(--brand-color)'` to reference CSS variables defined in your stylesheets.
6
6
7
-
- CSS variable support in `appearance.variables` object (e.g., `colorPrimary: 'var(--brand-color)'`)
8
-
- Modern CSS features like `color-mix()` and relative color syntax when supported by browser
9
-
- Automatic fallback to legacy HSLA-based color manipulation for older browsers
7
+
This feature includes automatic fallback support for browsers that don't support modern CSS color manipulation features.
0 commit comments