|
NAMECSS::Parse::Lite - A CSS::Parse module using regular expressions SYNOPSIS use CSS;
# Create a css stylesheet
my $CSS = CSS->new({'parser' => 'CSS::Parse::Lite'});
DESCRIPTIONThis module is a parser for CSS.pm. Read the CSS.pm pod for more details AUTHORCopyright (C) 2003-2004, Cal Henderson <cal@iamcal.com> SEE ALSOCSS, http://www.w3.org/TR/REC-CSS1
|