Skip to content

Instantly share code, notes, and snippets.

@joemccann
Created July 19, 2011 08:23
Show Gist options
  • Save joemccann/1091711 to your computer and use it in GitHub Desktop.
Save joemccann/1091711 to your computer and use it in GitHub Desktop.
Sample stylus file for Express apps.
@import 'normalize'
body, h1, h2, ul, li, p, img, a
margin 0
padding 0
outline 0
body
font 100% 'Helvetica Neue', Arial, sans-serif
color grey
text-shadow: 1px 1px 2px rgba(255,255,255,0.6);
background #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment