Skip to content

Commit a84db2d

Browse files
committed
Update chubby-parts-try.md
1 parent 315070d commit a84db2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.changeset/chubby-parts-try.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
'@clerk/clerk-js': minor
33
---
44

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.
66

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

Comments
 (0)