1CSS::Parse::Lite(3)   User Contributed Perl Documentation  CSS::Parse::Lite(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

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

SEE ALSO

22       CSS, http://www.w3.org/TR/REC-CSS1
23
24
25
26perl v5.32.1                      2021-01-26               CSS::Parse::Lite(3)
Impressum