KenEucker / biketag-vue

A vue app for the game of BikeTag played worldwide at biketag.org including the published biketag-vue component library
https://biketag.org
GNU Affero General Public License v3.0
22 stars 13 forks source link

Remove boostrap from this project #228

Open KenEucker opened 7 months ago

KenEucker commented 7 months ago

In order to make it easier for the components in this project to be consumed elsewhere, I think bootstrap needs to be removed. Here are the files that need to have bootstrap components removed from:

BikeTag.vue BikeTagFooter.vue BikeTagInput.vue BikeTagMap.vue BikeTagMenu.vue BikeTagQueue.vue

While replacing items using bootstrap, this would be a good time to incorporate tailwind into this project, and to ship the components with this project styled using tailwind.

costiucigor commented 7 months ago

I will do it