I have solved this problem myself. Here's the code that prints all css styles from a given *.css file.
#!C:\Perl\bin\perl -w use CSS::Tiny; $CSS = CSS::Tiny->read($ARGV[0]); foreach (sort keys %$CSS) { print $_."\n"; }
In reply to Re: Listing CSS style entities
by Heidegger
in thread Listing CSS style entities
by Heidegger
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |