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

Config separator not work #894

Closed
missannil opened this issue Dec 27, 2023 · 1 comment · Fixed by tailwindlabs/tailwindcss#13306
Closed

Config separator not work #894

missannil opened this issue Dec 27, 2023 · 1 comment · Fixed by tailwindlabs/tailwindcss#13306
Assignees

Comments

@missannil
Copy link

missannil commented Dec 27, 2023

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:'_'!

@thecrypticace
Copy link
Contributor

This was a bug in Tailwind itself causing completions to not show up. This has been fixed and it'll be released in the next tagged Tailwind v3 release. (If it doesn't happen tomorrow then it will some time next week). Thanks for reporting this!

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

Successfully merging a pull request may close this issue.

2 participants