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

NAME

6       CSS::Parse::Heavy - A CSS::Parse module using Parse::RecDescent
7

SYNOPSIS

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

DESCRIPTION

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

AUTHORS

19       Copyright (C) 2001-2002, Allen Day <allenday@ucla.edu>
20
21       Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
22

SEE ALSO

24       CSS, http://www.w3.org/TR/REC-CSS1
25
26
27
28perl v5.28.1                      2011-03-22              CSS::Parse::Heavy(3)
Impressum