Created
January 6, 2013 01:45
-
-
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.
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
// 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