This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-02
Channels
- # announcements (3)
- # asami (29)
- # babashka (62)
- # beginners (131)
- # biff (7)
- # calva (31)
- # cider (5)
- # clerk (14)
- # clj-kondo (3)
- # cljsrn (12)
- # clojars (18)
- # clojure (72)
- # clojure-austin (17)
- # clojure-dev (6)
- # clojure-europe (31)
- # clojure-indonesia (1)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-sweden (11)
- # clojure-uk (6)
- # clr (47)
- # conjure (42)
- # cursive (88)
- # datalevin (2)
- # datomic (25)
- # emacs (42)
- # exercism (1)
- # fulcro (10)
- # funcool (8)
- # gratitude (2)
- # honeysql (16)
- # introduce-yourself (5)
- # jobs-discuss (26)
- # leiningen (5)
- # lsp (31)
- # malli (21)
- # matcher-combinators (14)
- # missionary (2)
- # nbb (1)
- # off-topic (40)
- # pathom (38)
- # portal (2)
- # re-frame (7)
- # reagent (18)
- # reitit (1)
- # releases (5)
- # shadow-cljs (62)
- # sql (12)
- # testing (4)
- # xtdb (37)
Has anyone run into any issues with colors not appearing? For example, bg-blue-500 works fine and bg-red-500 doesn’t show at all? Just checking with you all before I dive into it. There’s lots of stuff online about this issue mentioning css processors and so on, and apparently, also, the colors evolved a bit between Tailwind 2 and 3, but that isn’t a factor here I think.
I had the same issue a while ago because I was building the classes programmatically, e.g. (str "bg-" color "-500")
won't work. Make sure you don't do that... Other than that, no issues here.
And… now it works. Thank you!
For some extra context: https://clojurians.slack.com/archives/C013Y4VG20J/p1652635321017259?thread_ts=1652603196.594249&cid=C013Y4VG20J
or actually the message before that: > tailwind doesn't parse the Clojure code, it just uses regex to look for classes within any files in the src directory