mirror of
https://github.com/tabler/tabler.git
synced 2026-08-30 13:51:28 +04:00
391 B
391 B
@tabler/core
| @tabler/core |
|---|
| patch |
Migrated rgba() functions to modern CSS color functions (color-mix() and color-transparent()) for better browser support and cleaner code. Replaced rgba(var(*-rgb), ...) with color-mix(in srgb, var(*) ..., transparent), static percentage color-mix() with color-transparent(), and rgba($variable, ...) with color-transparent($variable, ...).