Created by: el-angel
Currently spacing classes (padding and margin) can only be applied without breakpoints. It's currently not possible to add spacing only at certain breakpoints (xl, lg, md, sm, xs), I added the breakpoints wrapper function so it becomes possible.
It's now possible to use
{spacing-type}-{side}-{breakpoint}-{size}
(i.e. m-t-xs-2
)