Skip to content

Release version with bundled Tailwind CSS v3.4 #891

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

Closed
rhcarvalho opened this issue Dec 21, 2023 · 3 comments
Closed

Release version with bundled Tailwind CSS v3.4 #891

rhcarvalho opened this issue Dec 21, 2023 · 3 comments

Comments

@rhcarvalho
Copy link

What version of VS Code are you using?

v1.85.1

What version of Tailwind CSS IntelliSense are you using?

Latest release v0.10.2 and pre-release v0.11.32

What version of Tailwind CSS are you using?

For example: v3.4.0

What package manager are you using?

Using Tailwind in a Phoenix project, which relies on the tailwindcss CLI instead of JavaScript tooling.

What operating system are you using?

Linux

Tailwind config

N/A

VS Code settings

N/A

Reproduction URL

N/A

Describe your issue

This is the output from the extension logs:

[Global] Creating projects: [{"folder":"...","configPath":".../assets/tailwind.config.js","isUserConfigured":false,"documentSelector":[{"pattern":".../assets/tailwind.config.js","priority":0},{"pattern":".../assets/**","priority":3},{"pattern":".../**","priority":4}]}]
[Global] Adding watch patterns: .../assets/tailwind.config.js, .../assets, ...
[assets/tailwind.config.js] Initializing...
[assets/tailwind.config.js] Failed to load workspace modules.
[assets/tailwind.config.js] Using bundled version of `tailwindcss`: v3.3.0
[assets/tailwind.config.js] Using bundled version of `postcss`: v8.4.31
[assets/tailwind.config.js] Building...

Not surprisingly it's using version v3.3.0, so after upgrading to v3.4.0 I don't have intellisense completions for the new features size-X, etc.

I see the bundled version was bumped in #889, so would it be possible to release a new version to ship that?

Thanks!

@thecrypticace
Copy link
Contributor

It's on my list to do today! (probably closer to this evening)

@rhcarvalho
Copy link
Author

Thanks, Jordan! Happy holidays!

@thecrypticace
Copy link
Contributor

Released as v0.10.4! Happy holidays!

Screenshot 2023-12-21 at 17 06 16

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