DOKK / manpages / debian 10 / libcss-perl / CSS::Parse::Lite.3pm.en
CSS::Parse::Lite(3pm) User Contributed Perl Documentation CSS::Parse::Lite(3pm)

CSS::Parse::Lite - A CSS::Parse module using regular expressions

  use CSS;
  # Create a css stylesheet
  my $CSS = CSS->new({'parser' => 'CSS::Parse::Lite'});

This module is a parser for CSS.pm. Read the CSS.pm pod for more details

Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>

CSS, http://www.w3.org/TR/REC-CSS1

2011-03-22 perl v5.18.1