readme.md in sass-json-vars-0.3.2 vs readme.md in sass-json-vars-0.3.3

- old
+ new

@@ -14,13 +14,15 @@ ```shell gem install sass-json-vars ``` -#### For projects using Sass >= 3.3 +After that reload rails server if you are on rails. +#### For projects using Sass >= 3.3 + Place variables in a JSON file: ```javascript // variables.json { @@ -75,5 +77,13 @@ Require sass-json-vars when compiling ```shell sass style.scss -r sass-json-vars ``` + +### What about node-sass? + +Take a look at +[node-sass-json-importer](https://github.com/Updater/node-sass-json-importer) +for a libsass variant of this project: + +https://github.com/Updater/node-sass-json-importer