bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Properties should be ordered background-color, color, max-width, padding
Open

      color: $default-fg;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

0.25 should be written without a leading zero as .25
Open

    border-left: 1px solid rgba(0, 0, 0, 0.25);
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

0.25 should be written without a leading zero as .25
Open

    word-spacing: -0.25em;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Selector m_group should be written in lowercase with hyphens
Open

.m_error,
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Selector ws_p should be written in lowercase with hyphens
Open

.ws_s,
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

0.25 should be written without a leading zero as .25
Open

    padding: 0.25em 0;

!important should not be used
Open

  font-family: monospace !important;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

0.33 should be written without a leading zero as .33
Open

  $trans-time: 0.33s;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Color literals like silver should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: silver;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        > li {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

ul[data-type-more=binary] > li.t_string {
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Selector ws_n should be written in lowercase with hyphens
Open

.ws_s,
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered content, display, width
Open

  display: inline-block;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

      &:hover {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Prefer single quoted strings
Open

  content: "\203A"; // ›
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

  tr.context {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint
Severity
Category
Status
Source
Language