You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to prevent such conflicts from happening, it is a good idea to avoid nesting in mochas CSS, e.g. by adapting BEM naming convention (see https://css-tricks.com/bem-101/).
Giving mocha elements classes named mocha-stats-progress will eliminate conflicts with other libraries entirely.
The text was updated successfully, but these errors were encountered:
It's easy for mocha browser elements to inherit undesired css rules. Just look at those class names..
.progress
...Quoting @irnc at #1827 (comment):
The text was updated successfully, but these errors were encountered: