Skip to content

Commit 684ea17

Browse files
committed
update README for compass support
1 parent af02d79 commit 684ea17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.textile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ stylesheet_path: app/stylesheets
169169

170170
By default, image_path is public/images and stylesheet_path is public/stylesheets.
171171

172+
h3. Compass support (SCSS)
173+
174+
You can use the following configuration to support compass.
175+
176+
<pre><code>
177+
engine: scss
178+
stylesheet_path: app/stylesheets
179+
</code></pre>
180+
172181

173182
**************************************************************************
174183

0 commit comments

Comments
 (0)