This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-27
Channels
- # announcements (10)
- # beginners (95)
- # biff (2)
- # calva (33)
- # cherry (1)
- # clj-kondo (16)
- # clojure (96)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (42)
- # clojure-filipino (1)
- # clojure-france (2)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-norway (24)
- # clojure-sg (11)
- # clojure-taiwan (1)
- # clojure-uk (1)
- # clojurescript (21)
- # cursive (22)
- # data-science (3)
- # events (7)
- # fulcro (3)
- # graalvm (4)
- # gratitude (6)
- # helix (11)
- # honeysql (7)
- # hoplon (1)
- # introduce-yourself (1)
- # jobs (2)
- # jobs-discuss (16)
- # lsp (15)
- # malli (14)
- # nbb (73)
- # practicalli (3)
- # reagent (8)
- # reitit (5)
- # releases (1)
- # ring (5)
- # rum (3)
- # sci (17)
- # scittle (7)
- # shadow-cljs (22)
- # tools-deps (26)
- # xtdb (9)
👋 shadow-css doesn't support Tailwind's JIT compiler right now, does it?
I've used this and it works just fine: https://github.com/teknql/shadow-cljs-tailwind-jit
shadow-css doesn't use tailwind in any way for anything, it only borrows the naming scheme. the css generation is entirely independent
I was asking myself if I e.g. could do padding-[50px]
like I could with Tailwind but yeah, I could get the same result with {:padding "50px"}
what is the security issues pointed from nvd-clojure
that shadow-cljs
has I should care?
could you post them? but in general I'd doubt that they matter. in general dev/test/build time tooling cannot be exploited in the wild Relatedly, it's a good idea to only pass nvd-clojure a classpath that accurately represents your production classpath. This project tries to be as pedantic about this as possible (internally and in its README) but there's still room for human mistakes :)
yeah what would they be? nothing from shadow-cljs, except the final release
outputs, should be anywhere near a production environments, so it really shouldn't matter
looks like both are dev-time servers. If you don't run such servers in production you're on the safe side