Release 0.2.2a
- CSS color type parser
<color> ::= <keyword> |
# <hex> <hex> <hex> |
# <hex> <hex> <hex> <hex> <hex> <hex> |
rgb ( <int>, <int>, <int> ) |
rgb (<percentage>, <percentage >, <percentage> ) - More 'pythonic' feel
- datasource interface changes
