ZUSS (ZK User-interface Style Sheet) is an extension to CSS. ZUSS is backward compatible with CSS and CSS3, while extending it with variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax.
Design Goals
The first implementation is Java, and it depends nothing but JDK. It shall be straighforward to port to different languages.
Documentation
Download
License
Acknowledgement
ZUSS is inspired by LESS and SASS. Unlike LESS and SASS, the processing of ZUSS file won't require the JavaScript or Ruby interpreter. In additions, ZUSS is complaint with CSS 3 respecting the sophisticated selectors, styles and functions.