CSS::Prepare

Pre-process cascading style sheets to make them ready for deployment
Download

CSS::Prepare Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Mark Norman Francis
  • Publisher web site:
  • http://search.cpan.org/~mnf/

CSS::Prepare Tags


CSS::Prepare Description

Pre-process cascading style sheets to make them ready for deployment CSS::Prepare is a Perl module to pre-process cascading style sheets in order to make them ready for deployment.SYNOPSISIn your code: my $preparer = CSS::Prepare->new( %opts ); foreach my $stylesheet ( @ARGV ) { print process_stylesheet( $stylesheet ); }In your build process: % cssprepare -e -o styles/*.css > styles/combined.css Requirements: · Perl


CSS::Prepare Related Software