Skip to content

Avoid potential CSS selector conflict #9

Description

@1j01

The CSS uses some generic selectors like error and success that are likely to conflict.

Possible solutions:

Scoping selectors to .simple-console * (as opposed to prefixing the classes) is not an option, at least for .dark and .light, which are user-applied classes which should work applying them outside of .simple-console; and those are also part of the API currently, whereas other selectors are not, so maybe they should stay unprefixed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions