How to use Tailwind v4 in combination with Meteor 3? #16722
Unanswered
derwaldgeist
asked this question in
Help
Replies: 1 comment 1 reply
-
@derwaldgeist I'v got same issue still. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling getting Tailwind 4 implemented in an existing Meteor 3 project. The docs for Meteor are outdated, and any docs or blog posts I found online describe Tailwind 3. In one app, I managed to get things running, but every Meteor Hot Code Push injected an additional CSS into the client, which messes up the whole CSS after a while. When I tried again from scratch, I got frequent crashes of the Meteor server, because the minifier crashed.
Is there any tutorial / blog post out there that is up-to-date?
I'm searching for a solution where SCSS and Tailwind can co-exist in the same project, since I need Tailwind for an external library (Alchemy) only. I do not want to migrate all my existing SCSS code to Tailwind (yet). I think that my crashes in the minifier were due to Tailwind trying to process my SCSS files or the other way around.
Beta Was this translation helpful? Give feedback.
All reactions