Commit 294e8b71 by Andrew Nesbitt

Merge branch 'brackets-sass-readme' of https://github.com/jasonsanjose/node-sass…

Merge branch 'brackets-sass-readme' of https://github.com/jasonsanjose/node-sass into jasonsanjose-brackets-sass-readme

* 'brackets-sass-readme' of https://github.com/jasonsanjose/node-sass:
  Alphabetize list
  Add link to Brackets
  Add brackets-sass to list of usages

Conflicts:
	README.md
parents 3027360e 2df5be3c
......@@ -155,10 +155,15 @@ console.log(stats);
* In the case that both `file` and `data` options are set, node-sass will only attempt to honour the `file` directive.
## Integrations
Listing of community uses of node-sass in build tools and frameworks.
### Brackets extension
[@jasonsanjose](https://github.com/jasonsanjose) has created a [Brackets](http://brackets.io) extension based on node-sass: <https://github.com/jasonsanjose/brackets-sass>. When editing Sass files, the extension compiles changes on save. The extension also integrates with Live Preview to show Sass changes in the browser without saving or compiling.
### Brunch plugin
[Brunch](http://brunch.io)'s official sass plugin uses node-sass by default, and automatically falls back to ruby if use of Compass is detected: <https://github.com/brunch/sass-brunch>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment