Liking cljdoc? Tell your friends :D

web.cssdom.CSSConditionRule

An object implementing the CSSConditionRule interface represents single condition CSS at-rule, which consists of a condition and statement block. It is a child of web.cssdom.CSSGroupingRule.

An object implementing the CSSConditionRule interface represents
single condition CSS at-rule, which consists of a condition and
statement block. It is a child of `web.cssdom.CSSGroupingRule`.
raw docstring

condition-textcljs

(condition-text this)

Property.

Represents the text of the condition of the rule.

Property.

Represents the text of the condition of the rule.
sourceraw docstring

set-condition-text!cljs

(set-condition-text! this val)

Property.

Represents the text of the condition of the rule.

Property.

Represents the text of the condition of the rule.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close