DOKK / manpages / debian 12 / libcss-perl / CSS::Parse::Heavy.3pm.en
CSS::Parse::Heavy(3pm) User Contributed Perl Documentation CSS::Parse::Heavy(3pm)

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

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

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

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

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

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

2020-12-29 perl v5.32.0