From 6a5ca98258c2ba558c3362aa3df3beacbdcaf6a1 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Wed, 31 Mar 2010 00:28:20 -0700 Subject: [PATCH] [Sass] A few more css2sass => sass-convert. --- README.md | 2 +- lib/haml/exec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7299a51a..e6b9ab71 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/haml/exec.rb b/lib/haml/exec.rb index 52562b0b..2b08afc7 100644 --- a/lib/haml/exec.rb +++ b/lib/haml/exec.rb @@ -3,7 +3,7 @@ require 'fileutils' 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