Margin

Used to create space around elements, outside of any defined borders


Usage

Add margin-* class to block or inline block element.

<div class="margin-medium">
    // Your content
</div>

Classes

ClassValue
margin-2xsmallvar(--margin-2xsmall)
margin-xsmallvar(--margin-xsmall)
margin-smallvar(--margin-small)
margin-mediumvar(--margin-medium)
margin-largevar(--margin-large)
margin-xlargevar(--margin-xlarge)
margin-remove-all
margin-remove-vertical
margin-remove-horizontal
margin-remove-top
margin-remove-right
margin-remove-bottom
margin-remove-left
 

Add @s, @m, or @l suffix to support breakpoints