merrickluo / lsp-tailwindcss

the lsp-mode client for tailwindcss
GNU General Public License v3.0
180 stars 21 forks source link

Can I use this with SCSS #38

Closed peter-wd-1 closed 1 year ago

peter-wd-1 commented 2 years ago

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
}
merrickluo commented 2 years ago

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?

merrickluo commented 1 year ago

close due to inactivity.