Last active
August 29, 2015 14:04
-
-
Save goonoo/0cc184256ec436a2a8db to your computer and use it in GitHub Desktop.
super simple reset stylesheet in stylus format
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
body | |
margin 0 | |
padding 0 | |
background #fff | |
color #000 | |
font 12px/1.2 sans-serif | |
form, fieldset, h1, h2, h3, ul, ol, li, p, button, input, textarea, dl, dt, dd | |
margin 0 | |
padding 0 | |
border 0 | |
ul, ol | |
list-style none | |
a | |
text-decoration none | |
a:hover, a:focus | |
text-decoration underline | |
img | |
border 0 | |
i | |
font-style normal | |
header, nav, section | |
display block | |
button | |
cursor pointer | |
cite | |
font-size 65% | |
label | |
cursor pointer | |
blind() | |
position absolute !important | |
height 1px; width 1px; | |
overflow hidden | |
clip rect(1px 1px 1px 1px) | |
clip rect(1px, 1px, 1px, 1px) | |
clear() | |
*zoom 1 | |
&:after | |
content " " | |
display block | |
clear both |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment