Liking cljdoc? Tell your friends :D

girouette.garden.util


apply-class-rulesclj/s

(apply-class-rules target-class-name gi-garden-rules gi-class-names)

Returns a collection of garden rules defining target-class-name as an aggregation of gi-garden-rules. target-class-name is the dotted CSS class name which we want to define. gi-garden-rules is an ordered collection of garden rules generated by Girouette. gi-class-names is an ordered collection of the CSS dotted class-names defined in gi-garden-rules.

Returns a collection of garden rules defining `target-class-name` as an aggregation of `gi-garden-rules`.
`target-class-name` is the dotted CSS class name which we want to define.
`gi-garden-rules` is an ordered collection of garden rules generated by Girouette.
`gi-class-names` is an ordered collection of the CSS dotted class-names defined in `gi-garden-rules`.
sourceraw docstring

merge-rulesclj/s

(merge-rules rules)

Combine garden rules that have the same selectors.

Combine garden rules that have the same selectors.
sourceraw docstring

rule-comparatorclj/s

(rule-comparator rule1 rule2)

Compares the Garden rules provided by Girouette, so they can be ordered correctly in a style file.

Compares the Garden rules provided by Girouette,
so they can be ordered correctly in a style file.
sourceraw docstring

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

× close