From d68d73f088f0aa81ced7a0be9e662659484ff0ea Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Tue, 30 Mar 2010 22:29:19 -0700 Subject: [PATCH] [Sass] Mention sass-convert in the README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3e4e4a2..b61ab947 100644 --- a/README.md +++ b/README.md @@ -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