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