We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are lot of sonar cloud vulnerabilities in the css code. Can that be fixed please? E.g.
Unexpected unknown type selector "jmnodes"
jmnodes { position: absolute; z-index: 2; background-color: rgba(0, 0, 0, 0); }
should there be . before the jmnodes ?
The text was updated successfully, but these errors were encountered:
jmnodes is a custom tag that defined in jsmind, I think there would be a way to ignore those tags in sonar. https://community.sonarsource.com/t/stop-flagging-valid-custom-web-component-tag-names-with-s4670/30262
jmnodes
Sorry, something went wrong.
No branches or pull requests
There are lot of sonar cloud vulnerabilities in the css code. Can that be fixed please? E.g.
Unexpected unknown type selector "jmnodes"
jmnodes {
position: absolute;
z-index: 2;
background-color: rgba(0, 0, 0, 0);
}
should there be . before the jmnodes ?
The text was updated successfully, but these errors were encountered: