Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels