README.md in parsley-rails-2.0.5.0 vs README.md in parsley-rails-2.0.6.0

- old
+ new

@@ -23,14 +23,25 @@ To use the `remote` library or a different i18n, add this right after: //= require parsley.remote //= require parsley.i18n.fr +Note that in order to use the Russian i18n and avoid bumping into [sstephenson/sprockets#529](https://github.com/sstephenson/sprockets/issues/529), you need to append `.js` to the filename (`parsley.i18n.ru.js`). + Finally, if you want to use the default CSS, add the following to your `app/assets/stylesheets/application.css`: *= require parsley +## Sass Support + +If you prefer SCSS, add this to your application.css.scss file: + + @import 'parsley'; + +If you use the Sass indented syntax, add this to your application.css.sass file: + + @import parsley See the complete [Parsley.js documentation](http://parsleyjs.org/doc/index.html). ## Versions