به Nostr بپیوندید
2025-09-02 20:23:54 UTC
in reply to

Thomas Michael Semmler on Nostr: that's essentially what I am doing already as a workaround! To workaround, instead of ...

that's essentially what I am doing already as a workaround! To workaround, instead of reading from the custom prop, the value from another prop that actually reads that custom prop is read.

In my case, the variable contains a clamp() value. Reading it directly, will give me that clamp() as a string. So instead, I am now reading the padding from another element which uses that custom prop. That will then contain the computed value.