NAME
Template::Plugin::Filter::Minify::CSS::XS - CSS::Minifier::XS filter for Template Toolkit
VERSION
version 0.96
SYNOPSIS
[% USE Filter.Minify.CSS.XS %]
[% FILTER minify_css %]
.foo {
color: #aabbcc;
margin: 0 10px 0 10px;
}
[% END %]
DESCRIPTION
This module is a Template Toolkit filter, which uses CSS::Minifier::XS to minify css code from filtered content during template processing.
SEE ALSO
CSS::Minifier::XS, Template::Plugin::Filter, Template
SOURCE
The development version is on github at http://github.com/mschout/template-plugin-filter-minify-css-xs and may be cloned from git://github.com/mschout/template-plugin-filter-minify-css-xs.git
BUGS
Please report any bugs or feature requests to bug-template-plugin-filter-minify-css-xs@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Plugin-Filter-Minify-CSS-XS
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.