epicmaxco / vuestic-admin

Vuestic Admin is an open-source, ready-to-use admin template suite designed for rapid development, easy maintenance, and high accessibility. Built on Vuestic UI, Vue 3, Vite, Pinia, and Tailwind CSS. Maintained by Epicmax (@epicmaxco).
https://admin.vuestic.dev
MIT License
10.45k stars 1.7k forks source link

Mix of tailwind and bem #1017

Open asvae opened 7 months ago

asvae commented 7 months ago

Right now we have some components that use bem, while majority of the application uses tailwind

I searched by "__" and this seems to be the list. Feel free to check other components.

We want to only use tailwind for vuestic-admin. So for all of these we need to replace bem implementation with tailwind classes (simplest way might be to use GPT to help with that).

image

AfganAbbas commented 7 months ago

So, what is the task? @asvae

asvae commented 7 months ago

Hey @AfganAbbas I updated the issue so hopefully it's more clear. :)