1CSS::Parse::Heavy(3) User Contributed Perl Documentation CSS::Parse::Heavy(3)
2
3
4
6 CSS::Parse::Heavy - A CSS::Parse module using Parse::RecDescent
7
9 use CSS;
10
11 # Create a css stylesheet
12 my $CSS = CSS->new({'parser' => 'CSS::Parse::Heavy'});
13
15 This module is a parser for CSS.pm. Read the CSS.pm pod for more
16 details
17
19 Copyright (C) 2001-2002, Allen Day <allenday@ucla.edu>
20
21 Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
22
24 CSS, http://www.w3.org/TR/REC-CSS1
25
26
27
28perl v5.38.0 2023-07-20 CSS::Parse::Heavy(3)