tailwindcss
tailwindcss copied to clipboard
Only read from stdin when using `—input -`
Using process.stdin.resume() causes stdin to be consumed and buffered in Node immediately — even when using a file as input. It’d be better for our process to not read data from stdin at all in this case.