Skip to content

Instantly share code, notes, and snippets.

@Rob-ot
Created January 6, 2013 01:45
Show Gist options
  • Save Rob-ot/4464726 to your computer and use it in GitHub Desktop.
Save Rob-ot/4464726 to your computer and use it in GitHub Desktop.
Override part of nib (http://visionmedia.github.com/nib/) that sets outline:0 in the reset.
// override the default reset-box-model because it sets outline: 0 which is naughty
reset-box-model() {
margin: 0
padding: 0
border: 0
}
global-reset()
reset-html5()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment