Skip to content

Instantly share code, notes, and snippets.

@JawsomeJason
Last active March 9, 2016 09:19
Show Gist options
  • Save JawsomeJason/5b8f9cfdbc4ded54a6a8 to your computer and use it in GitHub Desktop.
Save JawsomeJason/5b8f9cfdbc4ded54a6a8 to your computer and use it in GitHub Desktop.
Code for thejase.com/lets-get-sassy-keeping-your-sass-dry
/* resets box-model reset */
.pd-foo {
margin: 0;
padding: 0;
border-width: 0;
background-color: #ddd;
margin-left: 1em;
}
.pd-bar {
margin: 0;
padding: 0;
border-width: 0;
margin-right: 1em;
width: 200px;
height: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment