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

Error using tailwindcss in an astro project #16001

Open
Asamoah45 opened this issue Dec 26, 2024 · 0 comments
Open

Error using tailwindcss in an astro project #16001

Asamoah45 opened this issue Dec 26, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@Asamoah45
Copy link

What version of Bun is running?

1.1.38

What platform is your computer?

Microsoft Windows NT 10.0.26100.0 x64

What steps can reproduce the bug?

I have created an astro project using:

bun create astro@latest

Then I have installed all the needed dependencies, for example:

bunx astro add tailwind

And everything was great. But then, when adding the dependency of react, the styles crashed and I am unable to run my application with the styles again. The css file aren't even being loaded in the project when inspecting the devtools.

The command was the next one:
bunx astro add react

The configuration seems good:
Image
Image

What is the expected behavior?

The styles as were before

What do you see instead?

The project without any css style...

Additional information

No response

@Asamoah45 Asamoah45 added bug Something isn't working needs triage labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant