PlasmoHQ / docs

📘 Documentation site
https://docs.plasmo.com
12 stars 50 forks source link

missing command in quickstart guide with TailwindCSS #53

Closed Veer0x1 closed 1 year ago

Veer0x1 commented 1 year ago

There is a missing command npx tailwindcss init to generate tailwind.config.js file

louisgv commented 1 year ago

Hahah that doc was created before we have the init with template feature. Can you fix the docs so that it says use this command to bootstrap the project:

pnpm create plasmo --with-tailwindcss
Veer0x1 commented 1 year ago

You should also add the commands to initialise tailwind if someone has created project with just pnpm create plasmo command, can I fix this?

louisgv commented 1 year ago

You don't need to init tailwind separately since plasmo template already handled that :) - also I added that just now xD... MB, should have asked if you would like to fix it. In the future, please feel free to edit and send a PR instead of issue :D