voyageglobal / voyage-frontend

The frontend for Voyage application. Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.
1 stars 0 forks source link

tailwindCSS was implemented in the project. #10

Closed min-in-zon closed 1 month ago

min-in-zon commented 1 month ago

LogoButton and NavBar styles were edited with it.

11

12

adadychanka commented 1 month ago

Let's stick to the following algorithm:

We have a board with all tasks https://github.com/orgs/voyageglobal/projects/1 You are looking through the columns to find a task you need to do If there is no such task, create it Once you decided which task you are going to start, convert it to the issue Once you prepare the PR, link the issue to the PR by pointing to it (e.g. #65) in the PR description ... PROFIT

adadychanka commented 1 month ago

My bad, you have created the task for that

adadychanka commented 1 month ago

https://tailwindcss.com/blog/automatic-class-sorting-with-prettier

There is a plugin for prettier to sort tailwind classes, could you install and setup it up?