CSS::Sass
=========
### Compile .scss files using libsass
CSS::Sass provides a perl interface to [libsass][1], a fairly complete
Sass compiler written in C. Despite its name, CSS::Sass can only
compile the newer ".scss" files.
[1]:
https://github.com/hcatlin/libsass
Installation
------------
To install this module type the following:
perl Build.PL
./Build
./Build test
./Build install
Documentation
-------------
Before installing:
perldoc lib/CSS/Sass.pm
After installing:
man CSS::Sass
Dependencies
------------
This module requires these other modules and libraries:
* Module::Build
* Test::More
Copyright And Licence
---------------------
Copyright © 2013 by David Caldwell
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.