Last active
March 9, 2016 09:19
-
-
Save JawsomeJason/5b8f9cfdbc4ded54a6a8 to your computer and use it in GitHub Desktop.
Code for thejase.com/lets-get-sassy-keeping-your-sass-dry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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