This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-28
Channels
- # announcements (2)
- # aws (21)
- # babashka (4)
- # babashka-sci-dev (17)
- # beginners (3)
- # cider (16)
- # clj-kondo (61)
- # clojure (122)
- # clojure-europe (11)
- # clojure-spec (3)
- # clojurescript (2)
- # conjure (19)
- # helix (9)
- # hyperfiddle (2)
- # inf-clojure (18)
- # lsp (12)
- # off-topic (15)
- # react (2)
- # releases (1)
- # shadow-cljs (40)
- # spacemacs (4)
- # tools-deps (5)
- # vim (15)
I was trying to port modulz design system to clojurescript. It uses stitches. But I found https://twitter.com/sebmarkbage/status/1529622371333709825 and https://github.com/reactwg/react-18/discussions/110 , so react is recommending atomic css. Trying to get intellisense to work with {:class "bg-"} I found https://github.com/tailwindlabs/tailwindcss-intellisense/issues/400 the regexp opens the door to it.
"tailwindCSS.experimental.classRegex": [
":class\\s+\"([^\"]*)\""
]