| CSS-Croco documentation | Contained in the CSS-Croco distribution. |
CSS::Croco::Term::Hash - hash-color values
Handles values like #fffff, #f00 etc..
Andrey Kostenko (), <andrey@kostenko.name>
Rambler Internet Holding
06.11.2009 20:34:59 MSK
| CSS-Croco documentation | Contained in the CSS-Croco distribution. |
package CSS::Croco::Term::Hash; use utf8; use strict; use warnings; our @ISA = qw(CSS::Croco::Term); 1; __END__