I using something like margin-top: calc(100% - $value)
with the intent that the calculation will involve 100% of the height to calculate the top-margin. However, in practice it is making the calculation based on 100% of the width.
Anyone have any clues about how to base the calculation on percent height rather than width? (So far, I've checked that the undesired behavior is happening in both Chrome and FF).