Utilities for spacing elements using paddings and margins. Also supports 2 media queries. The custom-media configuration can be overriden by your app or excluded.
html
@custom-media --sm-viewport (min-width:320px) and (max-width:640px); @custom-media --md-viewport (min-width:640px) and (max-width:960px);