joaopaulomoraes / reactjs-vite-tailwindcss-boilerplate

This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.
https://reactjs-vite-tailwindcss-boilerplate.vercel.app
MIT License
530 stars 105 forks source link

Fix a prettier format bug in css file #88

Closed reygreen1 closed 1 year ago

reygreen1 commented 1 year ago
  1. improve tailwind suggestions in VSCode.
  2. fix a prettier bug as described in https://github.com/tailwindlabs/tailwindcss/discussions/6284
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
reactjs-vite-tailwindcss-boilerplate ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 18, 2023 at 5:02AM (UTC)
joaopaulomoraes commented 1 year ago

Thanks for your contribution, @reygreen1!

About point 1, I think it should be a user's workspace configuration based on their preference. What do you think?

That aside, if you could just add an extra line at the end of the file we can merge.

reygreen1 commented 1 year ago

Thanks for your contribution, @reygreen1!

About point 1, I think it should be a user's workspace configuration based on their preference. What do you think?

That aside, if you could just add an extra line at the end of the file we can merge.

You are right and I have revised the solution. @joaopaulomoraes

joaopaulomoraes commented 1 year ago

Thanks, @reygreen1!