DEV Community

Discussion on: Why Quasar? Why Nuxt? Why Vue?

Collapse
 
artis3n profile image
Ari Kalfus • Edited

Ah, you have no option but to use Quasar's CSS classes? So you write your own CSS/SCSS/whatever on top of it but can't pull in vuetify / bootstrap / tailwind?

Collapse
 
fmctaggart profile image
Fraser McTaggart

You could import another CSS framework, however then you would be losing a big chunk of the functionality of Quasar. They are single file components as per usual, so you can easily add your own CSS classes.
Unless you are using the premade components or creating a mobile, or electron app, then it probably isn't the right solution in my opinion.

Thread Thread
 
artis3n profile image
Ari Kalfus

That's helpful, thanks!