//////////////////////////////////////
// @todo depricate in favor of bootstrap 4 syntax
//////////////////////////////////////


// uses mixins/theme-vertical-spacing to build out all the vertical spacing classes
// will build classes that use the bootstrap grid naming convention
// ex: .pusher-md-top-lg will give the html element a TOP margin of LARGE for a min-width MEDIUM SCREEN size
@include make-pusher();
@include make-puller();
@include make-buffer();
