NAME

CSS::Struct - Struct oriented CSS manipulation.

STRUCTURE

Perl structure:

Reference to array.
[type, data]

Types:
a - At-rules.
c - Comment.
d - Definition.
e - End of selector.
i - Instruction.
r - Raw section.
s - Selector.

Data:
a - $at_rule, $file
c - @comment
d - $key, $value
e - No argument.
i - $target, $code
r - @raw_data
s - $selector

SEE ALSO

CSS::Struct::Output::Core, CSS::Struct::Output::Raw, CSS::Struct::Output::Indent, CSS::Struct::Utils.

AUTHOR

Michal Josef Špaček mailto:skim@cpan.org

http://skim.cz

LICENSE AND COPYRIGHT

© 2007-2020 Michal Josef Špaček

BSD 2-Clause License

VERSION

0.01