<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -90,7 +90,7 @@ All views are looked up in:
 
 == Templates
   
-=== Haml/Sass
+=== Haml
 
   get '/' do
     haml :index
@@ -98,6 +98,14 @@ All views are looked up in:
   
 This will render &lt;tt&gt;./views/index.haml&lt;/tt&gt;
 
+=== Sass
+  get '/stylesheet.css' do
+    header 'Content-Type' =&gt; 'text/css; charset=utf-8'
+    sass :stylesheet
+  end
+  
+This will render &lt;tt&gt;./views/stylesheet.sass&lt;/tt&gt;
+
 === Inline
 
   get '/' do
@@ -164,6 +172,10 @@ Try it!
 
 This works like Haml except you use &lt;tt&gt;erb&lt;/tt&gt; instead of &lt;tt&gt;haml&lt;/tt&gt;
 
+=== Sass
+
+This works like Haml except you use &lt;tt&gt;sass&lt;/tt&gt; instead of &lt;tt&gt;haml&lt;/tt&gt;. It's also a good idea to add &lt;tt&gt;header 'Content-Type' =&gt; 'text/css; charset=utf-8'&lt;/tt&gt; before your call to &lt;tt&gt;sass&lt;/tt&gt; so Sinatra returns the proper content type header with the file.
+
 === Builder
 
 See Sinatra::Builder</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2baa78d95ef6d69c5c62bca2d47af2ae658e5bd5</id>
    </parent>
  </parents>
  <author>
    <name>Nickolas Means</name>
    <email>nick@heliumsyndicate.com</email>
  </author>
  <url>http://github.com/bmizerany/sinatra/commit/4144ac1a8b9d34625bf28f93a68720a1d326f83f</url>
  <id>4144ac1a8b9d34625bf28f93a68720a1d326f83f</id>
  <committed-date>2008-04-08T13:51:28-07:00</committed-date>
  <authored-date>2008-04-08T13:51:28-07:00</authored-date>
  <message>Added Sass information to documentation.</message>
  <tree>c15a234aa91bebf97621423cf1a163afeb4689de</tree>
  <committer>
    <name>Nickolas Means</name>
    <email>nick@heliumsyndicate.com</email>
  </committer>
</commit>
