Fork me on GitHub
#clojurescript
<
2022-12-19
>
M J14:12:32

Hey, if I have for example 2 [:span] inside one [:div], and I want to give div this styling:

(defclass selection-list-style []
  {:height "100%"
   :border "none"
   :align-self "center"})
How do I define a styling for all "spans" in this class? Thanks

p-himik15:12:21

It depends on what you use for styling. I don't know where defclass comes from, so no idea.