I am currently using a rounding feature to get my width and height to 1/16 precision, however i want to build on that rounded width with a block width.
This would need to "roundup or ceiling" function from my rounded variable to the next even inch.
Example (24.625 = 26.000) or (23.625 = 24.000)
roundup is not a valid token, and i am not sure if there is some way to tweak the existing tokens in a way to allow this.
Any help is appreciated…