![]() |
![]()
| ![]() |
![]()
NAMETemplate::Plugin::Filter::Minify::CSS::XS - CSS::Minifier::XS filter for Template Toolkit VERSIONversion 0.96 SYNOPSIS[% USE Filter.Minify.CSS.XS %] [% FILTER minify_css %] .foo { color: #aabbcc; margin: 0 10px 0 10px; } [% END %] DESCRIPTIONThis module is a Template Toolkit filter, which uses CSS::Minifier::XS to minify css code from filtered content during template processing. SEE ALSOCSS::Minifier::XS, Template::Plugin::Filter, Template SOURCEThe 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> BUGSPlease report any bugs or feature requests to
bug-template-plugin-filter-minify-css-xs@rt.cpan.org or through the web
interface at:
AUTHORMichael Schout <mschout@cpan.org> COPYRIGHT AND LICENSEThis 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.
|