mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Sass] A few more css2sass => sass-convert.
This commit is contained in:
parent
e2929d7fe9
commit
6a5ca98258
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ See `html2haml --help` for further information and options.
|
||||||
The `sass-convert` executable converts between CSS, Sass, and SCSS.
|
The `sass-convert` executable converts between CSS, Sass, and SCSS.
|
||||||
When converting from CSS to Sass or SCSS,
|
When converting from CSS to Sass or SCSS,
|
||||||
nesting is applied where appropriate.
|
nesting is applied where appropriate.
|
||||||
See `css2sass --help` for further information and options.
|
See `sass-convert --help` for further information and options.
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ require 'fileutils'
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
||||||
module Haml
|
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
|
module Exec
|
||||||
# An abstract class that encapsulates the executable code for all three executables.
|
# An abstract class that encapsulates the executable code for all three executables.
|
||||||
class Generic
|
class Generic
|
||||||
|
|
Loading…
Reference in a new issue