[Sass] Mention sass-convert in the README.

This commit is contained in:
Nathan Weizenbaum 2010-03-30 22:29:19 -07:00
parent 7e46e35c1e
commit d68d73f088
1 changed files with 4 additions and 3 deletions

View File

@ -256,10 +256,11 @@ Since HTML is so variable, this transformation is not always perfect;
it's a good idea to have a human check the output of this tool.
See `html2haml --help` for further information and options.
### `css2sass`
### `sass-convert`
The `css2sass` executable attempts to transform CSS into Sass code.
This transformation attempts to use Sass nesting where possible.
The `sass-convert` executable converts between CSS, Sass, and SCSS.
When converting from CSS to Sass or SCSS,
nesting is applied where appropriate.
See `css2sass --help` for further information and options.
## Authors