Difference between revisions of "ZUSS Reference"
From Documentation
m |
m |
||
Line 1: | Line 1: | ||
ZUSS (ZK User-interface Style Sheet)<ref>ZUSS is inspired by [http://lesscss.org LESS] and [http://sass-lang.com/ SASS]. Unlike LESS and SASS, the processing of the ZUSS files doesn't require the JavaScript (Rhino) or Ruby (jRuby) interpreter.</ref> is an extension to CSS. It is compatible with CSS, while allows to use variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax. | ZUSS (ZK User-interface Style Sheet)<ref>ZUSS is inspired by [http://lesscss.org LESS] and [http://sass-lang.com/ SASS]. Unlike LESS and SASS, the processing of the ZUSS files doesn't require the JavaScript (Rhino) or Ruby (jRuby) interpreter.</ref> is an extension to CSS. It is compatible with CSS, while allows to use variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax. | ||
− | |||
− | |||
<CollectionIndex>Documentation:Books/ZUSS_Reference</CollectionIndex> | <CollectionIndex>Documentation:Books/ZUSS_Reference</CollectionIndex> | ||
<br /> | <br /> | ||
+ | {{references}} | ||
<br /> | <br /> | ||
Revision as of 15:28, 11 November 2011
ZUSS (ZK User-interface Style Sheet)[1] is an extension to CSS. It is compatible with CSS, while allows to use variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax.
Getting Started
Language
If you have any feedback regarding this book, please leave it here.