We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
.\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
The text was updated successfully, but these errors were encountered:
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.
npm install tailwindcss@insiders
Sorry, something went wrong.
No branches or pull requests
I use Tailwind Windows Version 3.1.1
Describe your issue
I have a file called app.css with the content:
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.
testcase: test.zip
The text was updated successfully, but these errors were encountered: