-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Vite/Svelte project error due to Conic Gradient Tailwind colors import #344
Comments
I've created a support thread issue for this issue on the Vite Discord here: I'll aim to reach out to Tailwind support next. |
Tailwind Discord support thread: |
See the following: Consider making our Theme Generator color reference part of the The pros and cons of this is we control the data, but it doesn't automatically update if the palette updates over time. |
I've opted for the latter option. See the PR to review how this has been changed. |
Current Behavior
Error Message:
Uncaught SyntaxError: The requested module '/node_modules/tailwindcss/colors.js?v=89ada807' does not provide an export named 'default' (at ConicGradient.svelte:7:16)
Here's the colors file it's attempting to import from the Tailwind package:
Steps To Reproduce
Anything else?
As a temporary workaround you can open the following file and comment out the Conic Gradient references:
/node_modules/@brainandbones/skeleton/index.js
The text was updated successfully, but these errors were encountered: