Prefix flex CSS classes #17432
Unanswered
lajuffermans
asked this question in
Ideas / Proposals
Replies: 1 comment
-
I just noticed there is a similar discussion (I did a bad search I think) #16692 But still the use case is a bit different in out case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we work quite a while now with Quasar and have a pretty big web app on production. Recently we also made it possible to implement this app as a widget so clients can embed it on their website. One of the issues we now run into is the fact that a lot of those clients also work with frameworks like Tailwind or Bootstrap so their css classes conflict with Quasar's flex classes (
row
,column
,col
,col-XX
etc) and this breaks the layout of our or their app/Can we maybe (optionally?) prefix Quasar's flex classes (
q-row
,q-col
etc)? A lot is already prefixed so why not?A similar discussion can be found here: #6775
The outcome of that is to prefix Tailwind's classes but we can't require to do that from our clients.
Beta Was this translation helpful? Give feedback.
All reactions