![]() |
![]()
| ![]() |
![]()
NAMECSS::Croco::StyleSheet - stylesheet object SYNOPSYSmy $croco = CSS::Croco->new; my $stylesheet = $croco->parse( ' * { property: value }' ); my $statements = $stylesheet->rules METHODSrulesShows all CSS statements. Returns list of CSS::Croco::Statement subclasses. to_stringReturns string representation of stylesheet.
|