Skip to content

Question: Should CSS class names be less generic? #29

@Peque

Description

@Peque

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

Screenshot from 2021-12-07 02-16-44

It seems Vuetify is overriding the .title class style:

Screenshot from 2021-12-07 02-16-05

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. 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions