The CSSMediaRule interface represents a single CSS @media
rule.
implements the web.cssdom.CSSConditionRule
interface, and therefore
web.cssdom.CSSGroupingRule
and the web.cssdom.CSSRule
interface
a type value of 4 (CSSRule.MEDIA_RULE).
The CSSMediaRule interface represents a single CSS `@media` rule. implements the `web.cssdom.CSSConditionRule` interface, and therefore `web.cssdom.CSSGroupingRule` and the `web.cssdom.CSSRule` interface a type value of 4 (CSSRule.MEDIA_RULE).
(media this)
Property.
Specifies a MediaList representing the intended destination medium style information.
Property. Specifies a MediaList representing the intended destination medium style information.
(set-media! this val)
Property.
Specifies a MediaList representing the intended destination medium style information.
Property. Specifies a MediaList representing the intended destination medium style information.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close