Scoped styles
Closed this issue · 7 comments
Any chance to have styles scoped to avoid collision with outer CSS? Some class names are quite common like .cell and .selected and they currently override some of my app global styles
@ParadeTo seems like you forget to make build of your changes, because even if install last version from npm, it apply style for ".selected" class.
Also, you forget to change version in package.json and change readme in custom-style section
@ParadeTo any chance to use Scoped styles ? or to just disable animation because the vue animation is overriding my app animation.
The styles problem is so annoying. You mean the style below?:
.fade-enter-active, .fade-leave-active
Am not fully sure, but this styles can do a conflict as well.
why don't you consider scoped styles ?
@TahiriAbdou Because I want user can modify the style. 5b99b97