
CSS::Croco::StyleSheet - stylesheet object

my $croco = CSS::Croco->new;
my $stylesheet = $croco->parse( ' * { property: value }' );
my $statements = $stylesheet->rules

Shows all CSS statements. Returns list of CSS::Croco::Statement subclasses.
Returns string representation of stylesheet.