CSS::Croco::StyleSheet - stylesheet object


CSS-Croco documentation  | view source Contained in the CSS-Croco distribution.

Index


NAME

Top

CSS::Croco::StyleSheet - stylesheet object

SYNOPSYS

Top

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

METHODS

Top

rules

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

to_string

Returns string representation of stylesheet.


CSS-Croco documentation  | view source Contained in the CSS-Croco distribution.