-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
executable file
·26 lines (17 loc) · 942 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
* 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
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.