The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Plugin::CSS::LESSp - Filter your CSS with CSS::LESSp

SYNOPSIS

 [% USE CSS::LESSp %]
 [% FILTER CSS::LESSp %]
   your CSS with LESS extentions (variables, mixins, nested rules, operations)
 [% END %]

This filter is useful when you want to write less css ;-)

See CSS::LESSp and http://lesscss.org/ for more information.

AUTHOR

Michael Langner, <mila at cpan.org>

BUGS

Please report any bugs or feature requests to bug-template-plugin-css-lessp at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-CSS-LESSp. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2014 Michael Langner, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.