compass/doc-src/layouts/partials/example.haml

24 lines
439 B
Plaintext
Raw Normal View History

2010-01-27 06:08:13 +00:00
%h1= @item[:title]
= yield
2010-01-27 06:08:13 +00:00
%table#example{:cellspacing=>"0", :cellpadding=>"0", :border=>"0"}
%tr.source
%th HTML
%th Sass
%tr.source
%td.markup
%pre
2010-02-07 21:58:52 +00:00
%code.html= h(example_html)
2010-01-27 06:08:13 +00:00
%td.stylesheet
%pre
2010-02-07 21:58:52 +00:00
%code.sass= h(example_sass)
2010-01-27 06:08:13 +00:00
%tr.output
%th Display
%th Generated CSS
%tr.output
%td.markup
= example_html
%td.stylesheet
%pre
2010-02-07 21:58:52 +00:00
%code.css= h(example_css)