logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Copyright (C) 2001-2002, Allen Day <allenday@ucla.edu>

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

Description

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

Name

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

See Also

       CSS, http://www.w3.org/TR/REC-CSS1

perl v5.40.1                                       2025-04-22                             CSS::Parse::Heavy(3pm)

Synopsis

         use CSS;

         # Create a css stylesheet
         my $CSS = CSS->new({'parser' => 'CSS::Parse::Heavy'});

See Also