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

CLI --watch does not resolve imports #8579

Closed
SimonWpt opened this issue Jun 10, 2022 · 1 comment
Closed

CLI --watch does not resolve imports #8579

SimonWpt opened this issue Jun 10, 2022 · 1 comment

Comments

@SimonWpt
Copy link

SimonWpt commented Jun 10, 2022

I use Tailwind Windows Version 3.1.1

Describe your issue
I have a file called app.css with the content:

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "./test.css";

I start tailwind in watch modus:
.\tailwind.exe -i ./css/app.css -o ./css/app.min.css -w

Instead of merging the compiled test.css, tailwind leave it as an import command.

@import "./test.css";

testcase: test.zip

@RobinMalfait
Copy link
Contributor

Hey! Thank you for your bug report!
Much appreciated! 🙏

This should be fixed by #8580, and will be available in the next release (probably later today).

You can already try it by using the insiders build npm install tailwindcss@insiders.

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