Liking cljdoc? Tell your friends :D

fulcro-css.css-implementation

Implementation details for co-located CSS. Do not use these directly.

Implementation details for co-located CSS. Do not use these directly.
raw docstring

CSS?clj/s

(CSS? x)

Returns true if the given component has css

Returns true if the given component has css
raw docstring

cssifyclj/s

(cssify str)

Replaces slashes and dots with underscore.

Replaces slashes and dots with underscore.
raw docstring

fq-componentclj/s

(fq-component comp-class)

get-class-keysclj/s

(get-class-keys rules)

Gets all used classnames in from the given rules as keywords

Gets all used classnames in from the given rules as keywords
raw docstring

get-classnamesclj/s

(get-classnames comp)

Returns a map from user-given CSS rule names to localized names of the given component.

Returns a map from user-given CSS rule names to localized names of the given component.
raw docstring

get-global-rulesclj/s

(get-global-rules component)

Get the raw value from the global-rules of a component.

Get the *raw* value from the global-rules of a component.
raw docstring

get-includesclj/s

(get-includes component)

Returns the list of components from the include-children method of a component

Returns the list of components from the include-children method of a component
raw docstring

get-local-rulesclj/s

(get-local-rules component)

Get the raw value from the local-rules of a component.

Get the *raw* value from the local-rules of a component.
raw docstring

get-nested-includesclj/s

(get-nested-includes component)

Recursively finds all includes starting at the given component.

Recursively finds all includes starting at the given component.
raw docstring

get-prefixclj/s

(get-prefix nm)

Returns the prefix of a string. [. $ &$ &.]

Returns the prefix of a string. [. $ &$ &.]
raw docstring

get-selector-keywordsclj/s

(get-selector-keywords selector)

Gets all the keywords that are present in a selector

Gets all the keywords that are present in a selector
raw docstring

Global?clj/s

(Global? x)

Returns true if the component has global rules

Returns true if the component has global rules
raw docstring

implements-protocol?clj

(implements-protocol? x protocol protocol-key)

kw->localized-classnameclj/s

(kw->localized-classname comp kw)

Gives the localized classname for the given keyword.

Gives the localized classname for the given keyword.
raw docstring

local-classclj/s

(local-class comp-class)
(local-class comp-class nm)

Generates a string name of a localized CSS class. This function combines the fully-qualified name of the given class with the (optional) specified name.

Generates a string name of a localized CSS class. This function combines the fully-qualified name of the given class
with the (optional) specified name.
raw docstring

localize-kwclj/s

(localize-kw kw comp)

localize-nameclj/s

(localize-name nm comp)

prefixed-keyword?clj/s

(prefixed-keyword? kw)

Returns true if the given keyword starts with one of [. $ &$ &.]

Returns true if the given keyword starts with one of [. $ &$ &.]
raw docstring

prefixed-name?clj/s

(prefixed-name? nm)

Returns true if the given string starts with one of [. $ &$ &.]

Returns true if the given string starts with one of [. $ &$ &.]
raw docstring

remove-prefixclj/s

(remove-prefix nm)

Removes the prefix of a string.

Removes the prefix of a string.
raw docstring

remove-prefix-kwclj/s

(remove-prefix-kw kw)

Removes the prefix of a keyword.

Removes the prefix of a keyword.
raw docstring

selector?clj/s

(selector? x)

set-classnameclj/s

(set-classname m subclasses)

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

× close