[v4] CLI equivalent to tailwindcss init
#15252
-
First time caller, I'm going in on the v4 beta for a baptism of fire. I'm using the standalone CLI. No Node (as yet). The docs for v3 state that
The v4 beta docs (https://tailwindcss.com/docs/v4-beta) allude to it being possible:
Is there a workaround for this, please? Or do I need to go down the Node route for now? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! With v4 there's nothing really to init because there's all configuration is optional. Just create a CSS with |
Beta Was this translation helpful? Give feedback.
Hey! With v4 there's nothing really to init because there's all configuration is optional. Just create a CSS with
@import "tailwindcss";
in there somewhere, build that file with the CLI tool and you're good to go.