csso-cli icon indicating copy to clipboard operation
csso-cli copied to clipboard

Possible to have multiple input files

Open ahstro opened this issue 8 years ago • 4 comments

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

ahstro avatar Sep 20 '17 06:09 ahstro

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

xorenio avatar Dec 29 '17 23:12 xorenio

@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)?

ahstro avatar Jan 02 '18 10:01 ahstro

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

kkmuffme avatar Feb 05 '23 08:02 kkmuffme