Replies: 1 comment
-
|
Unfortunately, the AI isn't very smart in the newer versions. Could you share a public configuration or GitHub repo that reproduces the bug? It seems like you might have removed the md breakpoint, for example, like this: @theme {
--breakpoint-*: initial; /* remove all breakpoints by default */
}If you set it to initial, you remove that variant in TailwindCSS. Naturally, if you removed the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone,
I’m currently stuck while migrating a project to Svelte 5.45.2, Tailwind CSS 4.1.17, and Skeleton UI 4.6.1. I’ve successfully migrated other projects, but this one is giving me persistent build and formatting errors.
I’m upgrading a project to:
Before:
After:
Build Error:
When running npm run build, I get:
[@tailwindcss/vite:generate:build] Cannot use
@variantwith unknown variant: mdfile: /home/frederic/dev/myproject/frontend/node_modules/@skeletonlabs/skeleton/dist/index.css
Prettier Errors:
Running npm run format fails with:
TypeError: getVisitorKeys is not a function or its return value is not iterable
I’ve tried to:
Has anyone encountered and resolved these specific issues during migration?
If you’ve successfully migrated a similar stack (Svelte 5 + Tailwind 4 + Skeleton 4) or have deep knowledge of these tools, I’d love your help to:
@varianterror in Skeleton UIAny insights or pointers would be greatly appreciated.
build.log
format.log
Beta Was this translation helpful? Give feedback.
All reactions