README.md in styler-sass-0.1.3 vs README.md in styler-sass-0.1.4
- old
+ new
@@ -18,16 +18,20 @@
Or install it yourself as:
$ gem install styler-sass
+To Install files to vendor folder
+
+ $ styler install
+
## Usage
Add This line to application.css.scss
``` css
- @import "bourbon";
- @import "normalize";
- @import "bootstrap"
+ @import "styler/bourbon";
+ @import "styler/normalize";
+ @import "styler/bootstrap"
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.