Bootstrap has js components (i would like it to be js agnostic) and doesn't have dark mode feature.
Bulma doesn't look good imo. Also,i feel it to be limited.
Tailwind css looks good. I prototyped it for my project. But, HTML looks unnecessarily messy and verbose.
Other CSS frameworks are either dead or not properly maintained.
Which one are you using? should i ditch CSS framework and style using raw CSS? I am confused now.
Having good standards to create your CSS (naming conventions and file structure (ITSS) is fundamental, but in the end you will have something that fits so much better than a 3rd party framework.
- Vuejs
- Element UI (for JS components in vue)
- Bootstrap for css
- Dark Mode
But beyond that I'm not sure what your requirements are.