Created by: avindra
Dart is the new reference implementation of sass (see refs)
It avoids common problems with node-gyp
and such as having to download sass binaries during the postinstall
script, or trying to recompile it, which then gives nebulous errors about Python being installed.
Dart compiles to JavaScript, so it avoids all of these problems (i.e., the new Sass is really just Javascript).