1CSS::Parse::Compiled(3)User Contributed Perl DocumentatioCnSS::Parse::Compiled(3)
2
3
4

NAME

6       CSS::Parse::Compiled - A CSS::Parse module using a compiled
7       Parse::RecDescent grammar
8

SYNOPSIS

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

DESCRIPTION

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

AUTHORS

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

SEE ALSO

23       CSS, http://www.w3.org/TR/REC-CSS1
24
25
26
27perl v5.34.0                      2022-01-20           CSS::Parse::Compiled(3)
Impressum