Created by: svetoslavatanasov
More specific spacing classes should be applied instead of those with broader range.
E.g. if you have:
<div class="m-md-1 mb-0"></div>
the bottom margin class will be overwrited by the all margins one in md viewport. The changed code fixes this.