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

Possible to have multiple input files #9

Open
ahstro opened this issue Sep 20, 2017 · 3 comments
Open

Possible to have multiple input files #9

ahstro opened this issue Sep 20, 2017 · 3 comments

Comments

@ahstro
Copy link

ahstro commented Sep 20, 2017

Is it possible to specify multiple input files to all be added to the same output file?

@xorenio
Copy link

xorenio commented Dec 29, 2017

Are you looking for something like this?
cat style.min.css materialize.min.css | csso -o production.min.css

but side note i would have through this would have worked reading the docs but turns out not to
csso -i style.min.css -i materialize.min.css -o production.min.css

@ahstro
Copy link
Author

ahstro commented Jan 2, 2018

@xorenio That might be what I was looking for. Thank you! I also tried using multiple -i-flags with no results, so maybe some error should be thrown if it is used (or maybe support should be added)?

@kkmuffme
Copy link

kkmuffme commented Feb 5, 2023

+1, that would be really great if that were possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants