NAME
CSS::Watcher::Parser - Extract classes, ids from css
SYNOPSIS
use CSS::Watcher::Parser;
my $parser = CSS::Watcher::Parser->new()
my ($hclasses, $hids) = parser->parse_css ('.foo, #myid {color: red}');
DESCRIPTION
Simple parser of css files
AUTHOR
Olexandr Sydorchuk (olexandr.syd@gmail.com)
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Olexandr Sydorchuk
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.