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
CodeFactor found multiple issues:
res\css\app.css:10
res\css\app.css:23
res\css\app.css:56
res\css\app.css:61
res\css\app.css:1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CodeFactor found multiple issues:
The universal selector (*) is known to be slow.
res\css\app.css:10
Element (ul#tool) is overqualified, just use #tool without element name.
res\css\app.css:23
Element (div#search) is overqualified, just use #search without element name.
res\css\app.css:56
Element (input#search-input) is overqualified, just use #search-input without element name.
res\css\app.css:61
@import prevents parallel downloads, use instead.
res\css\app.css:1
The text was updated successfully, but these errors were encountered: