Projects created with bootstrap cause styles incompatibilities when adding vuetify.js to the project.
Add a prefix to all CSS classes to differ from classes with the same name from other frameworks.
Ex: .display-4 to .vtify-display-4.
Duplicate of #1561
Why don't you ask bootstrap to prefix their classes instead?
Because Bootstrap is older than vuetify and one of the most used frameworks.So it will work on created projects or frameworks like Laravel that use Bootstrap for the styles components.
Sent from my iPhone
On Oct 31, 2018, at 12:40 PM, Kael notifications@github.com wrote:
Duplicate of #1561
Why don't you ask bootstrap to prefix their classes instead?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Why don't you ask bootstrap to prefix their classes instead?
Maybe because you copied their class names like d-flex?
Most helpful comment
Duplicate of #1561
Why don't you ask bootstrap to prefix their classes instead?