Created
March 5, 2012 14:22
-
-
Save anonymous/1978511 to your computer and use it in GitHub Desktop.
P2PU | Haml and Sass | [Hands On] Our Powers Combined
This file contains 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 | |
%title My Awesome Demo Page | |
%link{rel: "stylesheet", href: "master.css", type: "text/css", media: "screen", title: "no title", charset: "utf-8"} | |
%body | |
%h2 Groovy! | |
%table | |
%thead | |
%tr | |
%th Start | |
%th 33% | |
%th 66% | |
%th End | |
%tbody | |
%tr.white | |
%td.zero White | |
%td.thirty-three Light Gray | |
%td.sixty-six Dark Gray | |
%td.one-hundred Black | |
%tr.red | |
%td.zero Dark Red | |
%td.thirty-three Red | |
%td.sixty-six Pink | |
%td.one-hundred White |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment