Skip to content

Instantly share code, notes, and snippets.

@metamn
Created August 29, 2009 13:59
Show Gist options
  • Save metamn/177483 to your computer and use it in GitHub Desktop.
Save metamn/177483 to your computer and use it in GitHub Desktop.
compass haml
!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
%head
= stylesheet_link_tag 'screen.css', :media => 'screen, projection'
= stylesheet_link_tag 'print.css', :media => 'print'
/[if IE]
= stylesheet_link_tag 'ie.css', :media => 'screen, projection'
= stylesheet_link_tag 'application', :media => 'screen, projection'
%body
.container.showgrid
#header.block
#title.column-1
smuff
#strapline.column-2
gadgets & gizmos
.spacer-container.block
#promo.block
#media.column-1
image
#description.column-2
image description
#menubar.block
#menu.column-1
menu here
#search.column-2
search here
#content.block
#media.column-1.block
.column
col1
.column
col2
.column.last
col3
#description.column-2
description here
#content2.block
#media2.column-1.block
.column
col1
.column
col2
.column
col3
.column
col4
.column
col5
.column.last
col6
#description2.column-2
description here
#footer.block
footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment