mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Sass] Mention sass-convert in the README.
This commit is contained in:
parent
7e46e35c1e
commit
d68d73f088
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue