I'm using the classes as defined
Applies margin to an element using responsive breakpoints {property}{sides}-{breakpoint}-{size} m(t,b,r,l,x,y)-(sm, md, lg, xl)-(0, 1, 2, 3, 4, 5)
Meaning that
<div class="col-12 mb-sm-3"></div>
Should produce a div with margin bottom on small devices, but it doesn't.