tailwindcss-intellisense icon indicating copy to clipboard operation
tailwindcss-intellisense copied to clipboard

Config separator not work

Open missannil opened this issue 1 year ago • 0 comments

What version of VS Code are you using?

For example: v1.85.1

What version of Tailwind CSS IntelliSense are you using?

For example: v0.10.5

What version of Tailwind CSS are you using?

For example: v3.4.0

What package manager are you using?

For example: npm

What operating system are you using?

Windows 10

Tailwind config

export default {
  content: ["**/*.html"],
  separator:'_', 
} 

VS Code settings

 // all default config

Reproduction URL

A public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways.

Describe your issue

Config separator not work ,hope work when separator:'_'!

missannil avatar Dec 27 '23 17:12 missannil