Difference between revisions of "ZUSS Reference"

From Documentation
m
 
(5 intermediate revisions by one other user not shown)
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.
+
{{Deprecated|url=https://www.zkoss.org/wiki/ZK_Developer%27s_Reference/Theming_and_Styling}}
  
{{references}}
+
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 and CSS3 including sophisticated selectors, styles and functions, 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 />
 +
<blockquote>
 +
----
 +
<references/>
 +
</blockquote>
 
<br />
 
<br />
  

Latest revision as of 09:15, 7 February 2018

Stop.png This article is out of date, please refer to https://www.zkoss.org/wiki/ZK_Developer%27s_Reference/Theming_and_Styling for more up to date information.

ZUSS (ZK User-interface Style Sheet)[1] is an extension to CSS. It is compatible with CSS and CSS3 including sophisticated selectors, styles and functions, while allows to use variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax.

Getting Started

Language



  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.



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