Maingron/MainOS

View on GitHub
Program Files/Dont Tag Me/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#player0, #berry0, #counter0 {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Use of !important
Open

    opacity: 0 !important;
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Don't use IDs in selectors.
Open

#counterDiv {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Don't use IDs in selectors.
Open

#field {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Don't use IDs in selectors.
Open

#player0, #berry0, #counter0 {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Don't use IDs in selectors.
Open

#player0, #berry0, #counter0 {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font) , Tahoma , sans-serif'.</family-name></generic-family>
Open

    font-family:var(--font), Tahoma, sans-serif;
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected (<color>) but found 'var(--themecolor)'.</color>
Open

    color:var(--themecolor);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

width can't be used with display: inline.
Open

    width:calc(100vw - 10px);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected (<color>) but found 'var(--playercolor)'.</color>
Open

    color: var(--playercolor);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

height can't be used with display: inline.
Open

    height:calc(100vh - 10px);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected (<nonnegative-length-or-percentage>{1,4} [ / <nonnegative-length-or-percentage>{1,4} ]?) but found 'var(--border-radius)'.</nonnegative-length-or-percentage></nonnegative-length-or-percentage>
Open

    border-radius: var(--border-radius);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected (<color>) but found 'var(--playercolor)'.</color>
Open

    background-color: var(--playercolor);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected end of value but found 'var(--playercolor)'.
Open

    border:4px solid var(--playercolor);
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.player, .berry {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.berry {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected RBRACE at line 53, col 5.
Open

    --playercolor: var(--themecolor) !important;
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#field {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#counterDiv {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.counter {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.player {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

There are no issues that match your filters.

Category
Status