Base
Objects
Components
Utilities
Space
Space only on the xs breakpoint
Space only on the sm breakpoint
Space only on the md breakpoint
Space only on the lg breakpoint
Space only on the xl breakpoint
<div class="space-xs">Space only on the xs breakpoint</div>
<div class="space-sm">Space only on the sm breakpoint</div>
<div class="space-md">Space only on the md breakpoint</div>
<div class="space-lg">Space only on the lg breakpoint</div>
<div class="space-xl">Space only on the xl breakpoint</div>
Space from the xs breakpoint
Space from the sm breakpoint
Space from the md breakpoint
Space from the lg breakpoint
<div class="space-xs-up">Space from the xs breakpoint</div>
<div class="space-sm-up">Space from the sm breakpoint</div>
<div class="space-md-up">Space from the md breakpoint</div>
<div class="space-lg-up">Space from the lg breakpoint</div>