Liking cljdoc? Tell your friends :D
ClojureScript only.

web.css.CSSStyleValue

The CSSStyleValue interface of the the CSS Typed Object Model is the base class of all CSS values accessible through the Typed API. An instance of this class may be used anywhere a string expected.

The CSSStyleValue interface of the the CSS Typed Object Model
is the base class of all CSS values accessible through the Typed
API. An instance of this class may be used anywhere a string
expected.
raw docstring

parsecljs

(parse this property css-text)

Method.

[Experimental]

The parse() method of the web.css.CSSStyleValue interface sets specific CSS property to the specified values and returns the value as a web.css.CSSStyleValue object.

CSSStyleValue.parse(property, cssText)

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleValue/parse

Method.

[Experimental]

The parse() method of the `web.css.CSSStyleValue` interface sets
specific CSS property to the specified values and returns the
value as a `web.css.CSSStyleValue` object.

`CSSStyleValue.parse(property, cssText)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleValue/parse`
sourceraw docstring

parse-allcljs

(parse-all this property value)

Method.

[Experimental]

The parseAll() method of the web.css.CSSStyleValue interface all occurences of a specific CSS property to the specified valueand an array of web.css.CSSStyleValue objects, each containing of the supplied values.

CSSStyleValue.parseAll(property, value)

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleValue/parseAll

Method.

[Experimental]

The parseAll() method of the `web.css.CSSStyleValue` interface
all occurences of a specific CSS property to the specified valueand
an array of `web.css.CSSStyleValue` objects, each containing
of the supplied values.

`CSSStyleValue.parseAll(property, value)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleValue/parseAll`
sourceraw docstring

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

× close