kaka-ruto / carpitan

Power to the People
MIT License
79 stars 32 forks source link

Use tailwind css #1

Open kaka-ruto opened 3 weeks ago

kaka-ruto commented 3 weeks ago

Carpitan currently uses bootstrap. I'd like it to use tailwind css instead as it is more versatile and I am more familiar with it, so changes will be quicker.

Pull requests accepted! Just let me know here you've started working on it

ginabeki commented 2 weeks ago

@kaka-ruto I'd be happy to help out with this issue if it's still relevant. Would you be open to assigning it to me so I can get started on the configuration?

SimonGideon commented 2 weeks ago

@kaka-ruto Is this task assigned to someone? 🤔

kaka-ruto commented 2 weeks ago

Thanks for the suggestions @ginabeki , @SimonGideon . I just assigned it to you @ginabeki , please get started on it. Thank you very much!

ginabeki commented 2 weeks ago

@kaka-ruto alright, let me get to it.

ginabeki commented 2 weeks ago

Hi @kaka-ruto ,

I've submitted a PR (#24) that integrates Tailwind CSS and removes Bootstrap. As expected, the current styles are broken due to the removal of Bootstrap.

In the PR, I've focused on the Tailwind CSS configuration. To address the broken styles, I have two options:

  1. Create a separate issue to track the styling work.
  2. Continue working on restyling the components within the same PR (#24).

Please let me know your preference on how to proceed. I'm happy to work on either approach.