The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CSS::Croco::Statement::Media

DESCRIPTION

@media statement.

SYNOPSYS

  @media print {
      body {
          background-color: black; # CSS of evil :-)
      }
  }

METHOD

media_list

Returns list of media types which can be handled by this selector

rules

Returns list of CSS::Croco::Statement::RuleSet in this section.

BUGS

NOTES

AUTHOR

Andrey Kostenko (), <andrey@kostenko.name>

COMPANY

Rambler Internet Holding

CREATED

07.11.2009 02:40:03 MSK