This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-29
Channels
- # announcements (6)
- # babashka-sci-dev (15)
- # beginners (46)
- # calva (1)
- # clj-kondo (1)
- # clojure-australia (2)
- # clojure-europe (10)
- # clojure-uk (4)
- # clojured (3)
- # clojurescript (16)
- # fulcro (6)
- # helix (1)
- # hyperfiddle (8)
- # instaparse (28)
- # joyride (33)
- # malli (17)
- # off-topic (13)
- # pedestal (3)
- # portal (5)
- # react (1)
- # sci (1)
- # sql (6)
- # vim (1)
in order to get intellisense for tailwind on neovim using coc , I didnt use coc's tailwind package. I've used https://github.com/rodrigore/coc-tailwind-intellisense/issues/29#issuecomment-1000861947 . There is a problem with tailwind 3.0, that his posts tries to solve. It worked for me, installing global @tailwindcss/language-server and using that config on coc.
for completion of :class "asd" I've used
"tailwindCSS.experimental.classRegex": [
":class\\s+\"([^\"]*)\""
]