compass/examples/compass/compass.html.haml

40 lines
601 B
Plaintext

%html
%head
%title
Compass Example
%link{ :href => "stylesheets/compass.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" }
%body
.compass
.n
%p
North
.n.e
%p
North
%br
East
.e
%p
East
.s.e
%p
South
%br
East
.s
%p
South
.s.w
%p
South
%br
West
.w
%p
West
.n.w
%p
North
%br
West