README.md in sprockets-sass-0.9.0 vs README.md in sprockets-sass-0.9.1
- old
+ new
@@ -88,9 +88,17 @@
-moz-border-radius: 5px;
border-radius: 5px;
color: red; }
```
+Passing Options to the Sass Engine
+----------------------------------
+
+If you would like to configure any of the Sass options, you can do so like this:
+
+```ruby
+Sprockets::Sass.options[:line_comments] = true
+```
Compass Integration
-------------------
As of version 0.3.0, Compass is automatically detected and integrated. All you have to do