Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created September 24, 2013 04:10
Show Gist options
  • Save colmtuite/6680275 to your computer and use it in GitHub Desktop.
Save colmtuite/6680275 to your computer and use it in GitHub Desktop.
Universal margin application
.mas { margin:5px }
.mts { margin-top:5px }
.mrs { margin-right:5px }
.mbs { margin-bottom:5px }
.mls { margin-left:5px }
.mam { margin:10px }
.mtm { margin-top:10px }
.mrm { margin-right:10px }
.mbm { margin-bottom:10px }
.mlm { margin-left:10px }
.mal { margin:20px }
.mtl { margin-top:20px }
.mrl { margin-right:20px }
.mbl { margin-bottom:20px }
.mll { margin-left:20px }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment