npx sv create
does not add prettier-plugin-tailwindcss
to package.json
and .prettierrc
#220
Labels
npx sv create
does not add prettier-plugin-tailwindcss
to package.json
and .prettierrc
#220
When you create a project with
sv
withprettier
andtailwindcss
options selected. It does not seem to add tailwind's prettier plugin. This only gets added if runnpx sv add tailwind
again after the project creation.Same thing happens when you create a project with tailwind and without prettier. Now if you add prettier with
npx sv add prettier
. It does not add tailwind's prettier plugin. You have to again runnpx sv add tailwind
.But adding
tailwind
again results with thisapp.css
git diff
of project withcreate
andadd
Click me
Note: I have removed `package-lock.json` for simplification.The text was updated successfully, but these errors were encountered: