tomyeh / ZUSS

An extension to CSS providing mixins, nested rules, conditional content, variables and seamless Java integration.
http://books.zkoss.org/wiki/ZUSS_Reference
19 stars 5 forks source link

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.