I think it could be great if a can use --trig vlaues without % or px unit. For example for scroll dynamic opacity or scale. The question is we need units at all? Because i can solve that with css too. calc(var(--trig)*1px) or calc(var(--trig)*1%)
I think it could be great if a can use --trig vlaues without % or px unit.
For example for scroll dynamic opacity or scale.
The question is we need units at all?
Because i can solve that with css too.
calc(var(--trig)*1px)
or
calc(var(--trig)*1%)