You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could do some calculations in the stylesheet. For example I have a constant called @gridStep and I would like to do something like cornerRadius: calc(@gridStep * 2);. Currently I could not find a way to do this in ISS. Is it possible? Or would that feature be possible to add? Thanks.
The text was updated successfully, but these errors were encountered:
Yes, that would be nice, and I have actually though a bit about this in the past (for instance when implementing ISSLayout). It shouldn't be too hard to add I think, so I will definitely look into doing that for the next feature release.
It would be nice if we could do some calculations in the stylesheet. For example I have a constant called
@gridStep
and I would like to do something likecornerRadius: calc(@gridStep * 2);
. Currently I could not find a way to do this in ISS. Is it possible? Or would that feature be possible to add? Thanks.The text was updated successfully, but these errors were encountered: