Commit 2df5be3c by Jason San Jose

Alphabetize list

parent ea2b0659
...@@ -104,6 +104,10 @@ console.log(sass.renderSync({ ...@@ -104,6 +104,10 @@ console.log(sass.renderSync({
* 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.
## 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.
## Connect/Express middleware ## Connect/Express middleware
Recompile `.scss` files automatically for connect and express based http servers Recompile `.scss` files automatically for connect and express based http servers
...@@ -147,10 +151,6 @@ Heavily inspired by <https://github.com/LearnBoost/stylus> ...@@ -147,10 +151,6 @@ Heavily inspired by <https://github.com/LearnBoost/stylus>
[@dbashford](https://github.com/dbashford) has created a Mimosa module for sass which includes node-sass: <https://github.com/dbashford/mimosa-sass> [@dbashford](https://github.com/dbashford) has created a Mimosa module for sass which includes node-sass: <https://github.com/dbashford/mimosa-sass>
## 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.
## Example App ## Example App
There is also an example connect app here: <https://github.com/andrew/node-sass-example> There is also an example connect app here: <https://github.com/andrew/node-sass-example>
......
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