merrickluo/lsp-tailwindcss

Can I use this with SCSS

peter-wd-1 opened this issue · 2 comments

I've tried:

(use-package lsp-tailwindcss
  :init
  (setq lsp-tailwindcss-add-on-mode t)
  :config
  (setq lsp-tailwindcss-major-modes '(svelte-mode html-mode sgml-mode mhtml-mode web-mode css-mode)))

Is there a way I can use with @apply keyword?

e.g.

.indexedCard {
    @apply text-2xl lg:font-bold lg:underline lg:font
}

I can use it in scss mode without problem, can you try the steps in the troubleshooting section to see if any errors pop up?

close due to inactivity.