CSS::Sass provides a perl interface to libsass, a fairly complete Sass compiler written in C (approx. Ruby Sass 3.2).
To install this module type the following:
perl Build.PL
./Build verbose=1
./Build test verbose=1
./Build install verbose=1
On windows you need to install Strawberry Perl.
Before installing:
perldoc lib/CSS/Sass.pm
After installing:
man CSS::Sass
This module requires these other modules and libraries:
- Module::Build
- Test::More
Copyright © 2013 by David Caldwell
Copyright © 2014 by Marcel Greter
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.