if() css function but it seems like the style query used for it cannot be used with declarations like it shouldstyle(color: red) it doesn't work but if I use custom props instead : style(--color: red), everything works well. (this is exactly the same with @container style queries but on mdn or in this article it seems like it should have been possible