CSS by T. Afif :verified: on Nostr: nprofile1q…kw0m6 ok. Concerning your gif, I see you are using an addition which is ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq4hej53g48yzxvsdw6pervjkuunw4wdvgcydmll5vjetxs3urazxsfkw0m6 (nprofile…w0m6) ok. Concerning your gif, I see you are using an addition which is different from a multiplication.
The addition doesn't work for me (and will never work) because in that case we have "number + percentage" but the multiplication is fine because we can do "number * percentage"
So I guess you can either use number everywhere or percentage everywhere and it will be fine (except for safari)
"clamp(20, l ,40)", "clamp(20%, l * 1%,40%)", "clamp(20%, (l + 10) * 1%,40%)" are good.
The addition doesn't work for me (and will never work) because in that case we have "number + percentage" but the multiplication is fine because we can do "number * percentage"
So I guess you can either use number everywhere or percentage everywhere and it will be fine (except for safari)
"clamp(20, l ,40)", "clamp(20%, l * 1%,40%)", "clamp(20%, (l + 10) * 1%,40%)" are good.