Open ripla opened 5 years ago
Hello there!
It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.
There are a few things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!
Width, height, margin and padding inputs should support simple arithmetic operations so that user can write e.g.
2m + s
and it would translate tocalc(2 * var(--lumo-space-m) + var(--lumo-space-s))
in the element'sstyle
attribute.For
width
andheight
fields, the Lumo variable to use is--lumo-size-*
. For e.g.width
the user can type6m
and that would translate tocalc(6 * var(--lumo-size-m))
.