Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid potential CSS selector conflict #9

Open
1j01 opened this issue Oct 1, 2018 · 0 comments
Open

Avoid potential CSS selector conflict #9

1j01 opened this issue Oct 1, 2018 · 0 comments

Comments

@1j01
Copy link
Owner

1j01 commented Oct 1, 2018

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.

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

No branches or pull requests

1 participant