We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01b15f commit 5d05bcaCopy full SHA for 5d05bca
src/lambdaisland/ornament.cljc
@@ -640,7 +640,7 @@
640
;; the component with the appropriate classes, it has no knowledge of the
641
;; actual styles, which are expected to be rendered on the backend or
642
;; during compilation.
643
- `(def ~(with-meta sym {::css true :ornament (dissoc (get @registry varsym) :component :fn-tails)})
+ `(def ~(with-meta sym (merge (meta sym) {::css true :ornament (dissoc (get @registry varsym) :component :fn-tails)}))
644
(styled '~varsym
645
~css-class
646
~tag
0 commit comments