Using npx create-remix@latest my-project appears to install & set up Tailwind automatically, so there's no need for users to do so
The resulting tailwind.config.ts and root.tsx files are not set up the same way.
The setup that is recommended in the docs appears (I'm new to remix so take that with a grain of salt) to work just as well as the automatic one, but it may be more clear to either a) tell users that they can just use npx create-remix@latest my-project and they're squared away or b) recommend changing the default setup to the one the docs currently display and explain why this is better.
The framework guide for Remix has some information that is inaccurate for a couple of reasons:
npx create-remix@latest my-project
appears to install & set up Tailwind automatically, so there's no need for users to do sotailwind.config.ts
androot.tsx
files are not set up the same way.The setup that is recommended in the docs appears (I'm new to remix so take that with a grain of salt) to work just as well as the automatic one, but it may be more clear to either a) tell users that they can just use
npx create-remix@latest my-project
and they're squared away or b) recommend changing the default setup to the one the docs currently display and explain why this is better.