This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-16
Channels
- # beginners (144)
- # boot (40)
- # cljsjs (1)
- # cljsrn (30)
- # clojure (190)
- # clojure-india (1)
- # clojure-poland (7)
- # clojure-russia (13)
- # clojure-spec (2)
- # clojurescript (2)
- # component (23)
- # css (6)
- # emacs (3)
- # events (5)
- # garden (4)
- # hoplon (2)
- # jobs-discuss (2)
- # klipse (1)
- # lein-figwheel (1)
- # off-topic (36)
- # re-frame (28)
- # reagent (2)
- # ring (7)
- # ring-swagger (2)
- # rum (3)
- # test-check (4)
- # untangled (4)
Hello everyone 🙂 I was wondering if there is a way to add pseudoclass attributes to hiccup elements in a Reagent project?
I have a .css
file in my project that I would really like to get rid of, or minimize as much as possible, in favour of styles inlined in Reagent components.
pseudoclasses can’t be added to HTML elements, but you could add inline styles with <style>
and add the pseudoclass there.
Hm. Too bad... But thank you for the pointer that can help me get rid of the .css file entirely! 🙂