Created
July 19, 2011 08:23
-
-
Save joemccann/1091711 to your computer and use it in GitHub Desktop.
Sample stylus file for Express apps.
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
@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