How to Generate Placeholders in Stylus
问题 I'm looking to generate placeholders and variables that can change depending on configured proportions such as the following: $small-margin-top $large-margin-top $small-padding-bottom Where each placeholder applies the corresponding, generated variable to the rule: $small-margin-top margin-top $marginsmall $large-margin-top margin-top $marginLarge $small-padding-bottom margin-bottom $marginSmall I have statically defined the variables for now: /* Margin */ $margin = 1rem $marginsmall =