I tried to use the sass filter in a haml file, and convert it via the
command line. I got:
Exception on line 218: uninitialized constant Sass::Plugin
I'm guessing it's not *supposed* to work from the command line...
For reference, here's the .haml file:
!!! Strict
%html{html_attrs}
%head
%title
Hi there!
%script
:sass
.body
:color red
%body
%one
%two
%three Hey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---