1CSS::Parse::Lite(3) User Contributed Perl Documentation CSS::Parse::Lite(3)
23
4
NAME
6CSS::Parse::Lite - A CSS::Parse module using regular expressions
7
SYNOPSIS
9use CSS;
1011
# Create a css stylesheet
12my $CSS = CSS->new({'parser' => 'CSS::Parse::Lite'});
13
DESCRIPTION
15This module is a parser for CSS.pm. Read the CSS.pm pod for more
16details
17
AUTHOR
19Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
20
SEE ALSO
22CSS, http://www.w3.org/TR/REC-CSS1
2324
25
26
perl v5.32.1 2021-01-26 CSS::Parse::Lite(3)