README.md in sprockets-sass-0.1.0 vs README.md in sprockets-sass-0.2.0
- old
+ new
@@ -8,21 +8,15 @@
_Note: This works in Rails 3.1, thanks to the [sass-rails gem](http://github.com/rails/sass-rails). But if you want to use Sprockets and Sass anywhere else, like Sinatra, use `sprockets-sass`._
### Features
* Imports Sass _partials_ (filenames prepended with "_").
-* Import paths work exactly like `require` directives*.
+* Import paths work exactly like `require` directives.
* Imports either Sass syntax, or just regular CSS files.
* Imported files are preprocessed by Sprockets, so `.css.scss.erb` files can be imported.
Directives from within imported files also work as expected.
* Standard Sass load paths are not touched, so Compass extensions will work as expected.
-
-_* Glob support coming in 0.2.0_
-
-### TODO
-
-* Glob support (as mentioned above)
-* Asset path helpers
+* Supports glob imports, like sass-rails.
Installation
------------