Skip to content

Instantly share code, notes, and snippets.

@jeffrydegrande
Created August 30, 2010 18:21
Show Gist options
  • Save jeffrydegrande/557802 to your computer and use it in GitHub Desktop.
Save jeffrydegrande/557802 to your computer and use it in GitHub Desktop.
---- index.haml
%html
%head
%body.sessions-new
blah blah
----- _login.sass (2)
body.sessions-new
h1
color: red
h2
color: blue
----- style.sass
body
h1
font-size: 18px
h2
font-size: 16px
@import "login"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment