I am integrating lil-gui inside a Vuetify application. Without altering the CSS in my application, this is the result:

It seems Vuetify is overriding the .title class style:

Since .title seems like a very generic class name, and in order to avoid other frameworks overriding the style, would it make sense to use more specific class names? Like .lil-gui-title for example.
Low priority, since I can very easily modify the styles in my application, but maybe it would be more user-friendly the other way? 😊
Feel free to close if you think it is not worth it. 👍