-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The CLI does not seem to support piping. I'm trying:
postcss ./src/all.css | lightningcss --minify -o ./dist/min.css
and I get
error: The following required arguments were not provided:
<INPUT_FILE>
Being able to pipe output from one tool into Lightning CSS for minification would be greatly appreciated (or tell me what I'm doing wrong 🤗).
And yes I understand Lightning CSS wants to be my PostCSS too, but I refuse to mix tools like that. Never works correctly. Decoupled single-purpose tools are a must imo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed