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
⨯ ./node_modules/alignment-viewer-2/dist/js/common/MolecularStyles.module.scss:648:4
Syntax error: Selector ":global .alignment-aa .resi_line [class^=resi_]" is not pure (pure selectors must contain at least one local class or id)
646 | // (i.e., dashes, dots, unrecognized letters, lowercase letters)
647 |$defaultColor: map-get($styleObj, defaultLetterColor);> 648 | :global
| ^
649 | .#{$alignmentClass}
650 | .#{$residueParentClass}
GET / 500 in 2489ms
Can you help me resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am encountering an issue when trying to use your code from the README. Here's the code I am using:
However, I am encountering the following error:
Can you help me resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: