Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for scala? #199

Closed
hth2 opened this issue Oct 6, 2020 · 1 comment
Closed

Support for scala? #199

hth2 opened this issue Oct 6, 2020 · 1 comment

Comments

@hth2
Copy link

hth2 commented Oct 6, 2020

I know this is somewhat unusual, but anyway decided to ask: is it possible to use this plugin with scala files? My typical code looks as follows:

  sb(modal)(
    doApply("fixed left-0 top-0 w-full h-full z-10")
  )

I read the related issues and tried to add to tailwindCSS.includeLanguages the following (one at a time, always restart vscode):

"scala": "plaintext"
"scala": "css"
"scala": "html"
"Scala": "plaintext"
"Scala": "css"
"Scala": "html"

I have the official scala plugin installed. I also tried to disable it, and use "plaintext" instead on "scala" in tailwindCSS.includeLanguages, but still no luck.

Any hint would be much appreciated.

@bradlc
Copy link
Contributor

bradlc commented Oct 8, 2020

Hey @hth2! I think that because the syntax does not match a standard class attribute, this could be covered by tailwindlabs/tailwindcss#7553

@bradlc bradlc closed this as completed Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants