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.
The CSS uses some generic selectors like
errorandsuccessthat are likely to conflict.Possible solutions:
simple-console-and others are not)Scoping selectors to
.simple-console *(as opposed to prefixing the classes) is not an option, at least for.darkand.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.