资 源 简 介
ZUSS (ZK User-interface Style Sheet) is an extension to CSS.
ZUSS is backward compatible with CSS, while extending it with variables, mixins,
nested rules, expressions, conditional content, and Java methods with existing CSS syntax.
Design Goals
Extend CSS to make it easy to write sophisticated CSS rules
High performance server-side processing with small foot print
Seamlessly integration with Java without the need of JavaScript interpreter
The first implementation is Java, and it depends nothing but JDK.
It shall be straighforward to port to different languages.
Documentation
* http://books.zkoss.org/wiki/ZUSS_Reference
Download
* http://code.google.com/p/zuss/downloads/list
Bugs and Features
* https://github.com/tomyeh/ZUSS/issues
Source Code
* https://github.com/tomyeh/ZUSS
Acknowledgement