i face one situation : ` in css file :root { --swal-bg: theme('colors.light.100'); } ` runtime result is : --swal-bg: rgb(var(--un-preset-theme-colors-light-100)); but it's not worked.
i face one situation :
in css file :root { --swal-bg: theme('colors.light.100'); }runtime result is :
--swal-bg: rgb(var(--un-preset-theme-colors-light-100));
but it's not worked.