Spacing

Margin

Class Description
.m-md Add top, right, bottom and left margin
.m[t, r, b, l]-md Direction - You can specify which side space should be applied. Top, Right, Bottom, Left
.m[x, y]-md Vertical & Diagonal - Verical (x) and diagonal (y) adds equal space on each side/top and bottom
.m-[xs, sm, md, lg, xl] Size - You can specify size of space. Extra Small, Small, Medium, Large, Extra Large

Reset margin

Class Description
.m-0 Set all margins to 0
.m[t, r, b, l]-0 Set top, right, bottom or left margin to 0

Padding

Class Description
.p-md Add top, right, bottom and left padding
.p[t, r, b, l]-md Direction - You can specify which side space should be applied. Top, Right, Bottom, Left
.p[x, y]-md Vertical & Diagonal - Verical (x) and diagonal (y) adds equal space on each side/top and bottom
.p-[xs, sm, md, lg, xl] Size - You can specify size of space. Extra Small, Small, Medium, Large, Extra Large

Reset padding

Class Description
.p-0 Set all padding to 0
.p[t, r, b, l]-0 Set top, right, bottom or left padding to 0