Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created November 28, 2011 10:51
Show Gist options
  • Select an option

  • Save maylogger/1399962 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/1399962 to your computer and use it in GitHub Desktop.
middleman basic
@import "compass";
@include global-reset;
!!! 5
%html
%head
%meta{:charset => "utf-8"}
= stylesheet_link_tag 'main'
= yield_content :head
%body{:class => page_classes}
= yield
@import "base";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment