NAME
Template::Plugin::Filter::Minify::CSS - CSS::Minifier filter for Template Toolkit
VERSION
version 0.95
SYNOPSIS
[% USE Filter.Minify.CSS %]
[% FILTER minify_css %]
.foo {
color: #aabbcc;
margin: 0 10px 0 10px;
}
[% END %]
DESCRIPTION
This module is a Template Toolkit filter, which uses CSS::Minifier to minify css code from filtered content during template processing.
SEE ALSO
CSS::Minifier, Template::Plugin::Filter, Template
SOURCE
The development version is on github at http://github.com/mschout/template-plugin-filter-minify-css and may be cloned from git://github.com/mschout/template-plugin-filter-minify-css.git
BUGS
Please report any bugs or feature requests to bug-template-plugin-filter-minify-css@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Plugin-Filter-Minify-CSS
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.