NAME
CSS::Croco::StyleSheet - stylesheet object
SYNOPSYS
my $croco = CSS::Croco->new;
my $stylesheet = $croco->parse( ' * { property: value }' );
my $statements = $stylesheet->rules
METHODS
rules
Returns all CSS statements.
CSS::Croco::StyleSheet - stylesheet object
my $croco = CSS::Croco->new;
my $stylesheet = $croco->parse( ' * { property: value }' );
my $statements = $stylesheet->rules
Returns all CSS statements.