Skip to content
New issue

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

Fix 5 Performance issues in res\css\app.css #2

Open
pushkar-anand opened this issue Dec 14, 2018 · 0 comments
Open

Fix 5 Performance issues in res\css\app.css #2

pushkar-anand opened this issue Dec 14, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@pushkar-anand
Copy link
Owner

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

@pushkar-anand pushkar-anand added the good first issue Good for newcomers label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant