Skip to content

Commit

Permalink
[Sass] A few more css2sass => sass-convert.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Mar 31, 2010
1 parent e2929d7 commit 6a5ca98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -262,7 +262,7 @@ See `html2haml --help` for further information and options.
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.
See `sass-convert --help` for further information and options.

## Authors

Expand Down
2 changes: 1 addition & 1 deletion lib/haml/exec.rb
Expand Up @@ -3,7 +3,7 @@
require 'rbconfig'

module Haml
# This module handles the various Haml executables (`haml`, `sass`, `css2sass`, etc).
# This module handles the various Haml executables (`haml`, `sass`, `sass-convert`, etc).
module Exec
# An abstract class that encapsulates the executable code for all three executables.
class Generic
Expand Down

0 comments on commit 6a5ca98

Please sign in to comment.