garden icon indicating copy to clipboard operation
garden copied to clipboard

Generate CSS with Clojure

Results 43 garden issues
Sort by recently updated
recently updated
newest added

Continued from: https://github.com/noprompt/garden/commit/eb16db635d47a4a2634863669fca809a6088316f#commitcomment-4614132 Commit eb16db635d47a4a2634863669fca809a6088316f included the following hunk: ``` diff - #+clj Object #+cljs default - (toString [this] - (as-hex this))) + ;;Introduces an infinite loop when as-hex throws...

enhancement

Hi, I contribute with this PR to add `@page` at-rule syntax: https://developer.mozilla.org/en-US/docs/Web/CSS/@page Firstly, this adds support for this specific case: ``` @page { /* margin box at top right showing...

Hi Modern CSS supports cascade layers that are useful for example overriding framework specific styles: https://developer.chrome.com/blog/cascade-layers/ I wonder if there is a support coming for this in Garden? Something like...