I’m trying to setup variables for sizing used in a design system and noticed that numeric variables are being rounded. Since developers are working in rem units, I need to be able to specify something like 0.875 for handoff.
For the time being, I’m using string instead, but it would be nice if numeric variables allowed for up to 3 decimal places.