1
0
mirror of https://github.com/tabler/tabler.git synced 2026-04-18 14:27:31 +04:00
Files
tabler/.changeset/migrate-rgba-to-color-mix.md

415 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(--#{$prefix}*-rgb), ...) with color-mix(in srgb, var(--#{$prefix}*) ..., transparent), static percentage color-mix() with color-transparent(), and rgba($variable, ...) with color-transparent($variable, ...).