Replies: 1 comment
-
I'm seeing the same behavior with beta 8 if that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I have a jekyll plugin that captures output from Tailwind CLI (using executable in the tailwindcss-ruby gem). Using the current 3.4 With a typical setup, it's essentially running:
npx [email protected] -i ./input.css
Which will print generated CSS to stdout.
I've been trying to recreate this behavior with v4 and have noticed something odd.
Running the command I did before no longer works:
So I add the
--output
option...Which does something surprising. It creates a new file,
./true
that contains generated CSS.I wanted to raise this as a potential issue and also check my expectation that stdout capture is still available in v4+
Thanks all for the hard work <3
Beta Was this translation helpful? Give feedback.
All reactions