Skip to content

CLI --watch does not resolve imports #8579

Closed
@SimonWpt

Description

@SimonWpt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions