bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Rule declaration should be preceded by an empty line
Open

      &::before,
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

0.42 should be written without a leading zero as .42
Open

i.fa-plus-circle { opacity: 0.42; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background-color: rgba(0, 0, 0, 0.1);
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

i.fa-calendar { font-size: 1.1em; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

      &::after { content: ")"; }
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/_script.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in src/Debug/scss/_script.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

Merge rule table.table-hover with rule on line 4
Open

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

Properties should be ordered background-color, border, border-radius, box-shadow, display
Open

  display: table;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Properties should be ordered opacity, overflow, padding
Open

    padding: 0 11px 0 4px;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Color literals like rgba(0, 0, 0, 0.25) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    &:hover { background-color: rgba(0, 0, 0, 0.25); }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered background, border-left, border-right, box-sizing, color, cursor, display, height, position, right, text-align, top, width, z-index
Open

    position: absolute;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Properties should be ordered background, color
Open

      color: $grey-text;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Nesting should be no greater than 3, but was 4
Open

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

Rule declaration should be followed by an empty line
Open

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

Selector t_int should be written in lowercase with hyphens
Open

  tbody th.t_int,
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

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

      border: 1px solid #7f7f7f;
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/_table.scss by scss-lint
Severity
Category
Status
Source
Language