bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Selector t_modifier_public should be written in lowercase with hyphens
Open

  .t_modifier_public {

Avoid qualifying attribute selectors with an element.
Open

    > dd[class*=t_modifier_] {

Properties should be ordered background-color, border-color, color
Open

      color: $error-fg;

Properties should be ordered background-color, border-color, color
Open

      color: $info-fg;

Rule declaration should be followed by an empty line
Open

    }

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

  &:visited { color: #551a8b; }
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Line contains trailing whitespace
Open

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

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

    margin: 0 0.33em 0 0;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Properties should be ordered margin-bottom, margin-top
Open

  margin-top: 0;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Properties should be ordered float, opacity
Open

  opacity: 1;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &.close {
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

Properties should be ordered border-bottom, line-height
Open

        line-height: 22px;
Severity: Minor
Found in src/Debug/scss/_debugMenuBar.scss by scss-lint

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

      .fa-spinner {
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    .debug-drawer {
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Properties should be ordered padding-left, padding-right, position, text-indent, width, word-break
Open

  position: relative;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

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

    color: #66512c;
Severity: Minor
Found in src/Debug/scss/_alerts.scss by scss-lint

Color #F00 should be written as #f00
Open

$color-warning: #F00;

Properties should be ordered color, font-weight
Open

  font-weight: bold;

Rule declaration should be followed by an empty line
Open

    }

Selector t_string should be written in lowercase with hyphens
Open

    .t_string,
Severity
Category
Status
Source
Language