vue-tags-input
vue-tags-input copied to clipboard
Customize CSS
How do I customize the tags with my colors? I overwrote css in my component, but it didn't work
Add !important and remove scoped
if you are using it.
Example:
.vue-tags-input {
background-color: tomato !important;
}