support for the dimensions 'ch', 'vw', 'vh', 'vmin' and 'vmax' added (CSS3)
Minus sign no longer supported inside unknown dimensions (CSS3).
This fixes a problem when parsing calc terms without whitespace around the minus like in calc(42vh-16.4em).
missing override annotations added