- Added the full range of CSS2 colors.
- Support for additional CSS properties: border-color, border-width, border-top-width, border-left-width, border-bottom-width, border-right-width, padding, padding-top, padding-left, padding-bottom, padding-right, width, height, min-width, min-height, max-width, max-height
- Added pref-width and pref-height (matching Swing's setPreferredSize())
- Added swing specific properties: swing-halign (maps to setHorizontalAlignment()), swing-valign (maps to setVerticalAlignment()), swing-client-property (takes a Map literal as value).

This is the stylesheet that was applied to the application
And this is the view script
Keep on Groovying!