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 ZUSS file won't require the JavaScript or Ruby 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.
  
 
{{references}}
 
{{references}}

Revision as of 10:56, 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.

Template:References

Getting Started

Language




If you have any feedback regarding this book, please leave it here.

  1. ZUSS is inspired by LESS and SASS. Unlike LESS and SASS, the processing of the ZUSS files doesn't require the JavaScript (Rhino) or Ruby (jRuby) interpreter.