Fixes #118 by re-applying the mixin for h2 so that margin-top and margin-bottom can be overridden via the mixin.
Here the repro showed in #118 with this fix applied https://jsbin.com/pitiqag/1/edit?html,output
Note that this doesn't fix the case where the mixin sets margin, e.g.
Fixes #118 by re-applying the mixin for
h2
so thatmargin-top
andmargin-bottom
can be overridden via the mixin. Here the repro showed in #118 with this fix applied https://jsbin.com/pitiqag/1/edit?html,outputNote that this doesn't fix the case where the mixin sets
margin
, e.g.