Skip to content

Instantly share code, notes, and snippets.

@victorbstan
Created June 5, 2011 19:19
Show Gist options
  • Save victorbstan/1009293 to your computer and use it in GitHub Desktop.
Save victorbstan/1009293 to your computer and use it in GitHub Desktop.
Sass minimal reset style
// minimal reset with html5
// provided by: http://snipt.net/catcubed/minimal-html5-css-reset-for-sass/
*
vertical-align: baseline
font-family: inherit
font-style: inherit
font-size: 100%
border: none
padding: 0
margin: 0
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl
margin: 0 0 16px
li, dd, blockquote
margin-left: 20px
table
border-collapse: collapse
border-spacing: 0
article, aside, dialog, figure, footer, header, hgroup, nav, section
display: block
nav li, nav ul
margin: 0
padding: 0
list-style: none
q:before, q:after
content: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment