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

pass multiple input files to single --input flag #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

skatkov
Copy link
Collaborator

@skatkov skatkov commented Jan 3, 2025

solves #14

multiple input files (let's say test.css and test1.css) currently passed to tailwindcss executable each through a separate --input flag.

Like this:

tailwindcss --input test.css --input test2.css --output out.css

But in this case, only last --input flag is being passed on and test.css will not be included in output file.

It would be correct to pass multiple files to a single --input flag. Like so:

tailwindcss --input test.css test2.css --output out.css

I'm not sure if I got it 100% right. It would be sweet if anyone can confirm that this actually resolves the issue.

@skatkov skatkov changed the title pass multiple input files to single --input parameter pass multiple input files to single --input flag Jan 3, 2025
@skatkov skatkov requested a review from crbelaus January 3, 2025 15:20
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

Successfully merging this pull request may close these issues.

1 participant