Dustin Jensen
01/29/2019, 8:11 AMincrementArrow {
shape = " "
padding = box(0.px)
}
decrementArrow {
shape = " "
padding = box(0.px)
}
In regular css, that could be
incrementArrow, decrementArrow {
shape = " "
padding = box(0.px)
}
Implementing a mixin to share 2 rules, doesn't really reduce the number of lines in this instance.