Commit 722543ee by Andrew Nesbitt

Merge branch 'jasonsanjose-brackets-sass-readme'

* jasonsanjose-brackets-sass-readme:
  Alphabetize list
  Add link to Brackets
  Add brackets-sass to list of usages
parents 3027360e 294e8b71
...@@ -155,10 +155,15 @@ console.log(stats); ...@@ -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. * In the case that both `file` and `data` options are set, node-sass will only attempt to honour the `file` directive.
## Integrations ## Integrations
Listing of community uses of node-sass in build tools and frameworks. 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 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> [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