In order to use a Stylus variable inside a calc expression, one must employ the string % operator:
arrow-size = 5px
left "calc(50% - %s)" % arrow-size
In order to use a Stylus variable inside a calc expression, one must employ the string % operator:
arrow-size = 5px
left "calc(50% - %s)" % arrow-size