corpus
corpus copied to clipboard
add margin minimums...
Suggest adding the following margin types (maybe padding too) for whitespace symmetry:
mt-min {margin-top: $margin/2} mr-min {margin-right: $margin/2} mb-min {margin-bottom: $margin/2} ml-min {margin-left: $margin/2}
Cool. I'll keep this in mind. I can see how that might be helpful in certain situations, although I always try to avoid having to do this :)