bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Selector t_operator should be written in lowercase with hyphens
Open

    > .t_operator {

Selector t_modifier_abstract should be written in lowercase with hyphens
Open

  .t_modifier_abstract, i.fa-circle-o {

Rule declaration should be followed by an empty line
Open

  }

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

      border-color: #666;

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

      color: $warn-fg;

0.66 should be written without a leading zero as .66
Open

        opacity: 0.66; // inherits, want even lighter

Selector t_modifier_private should be written in lowercase with hyphens
Open

    > .fa-lock,

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

  .debugInfo-excluded > i.fa-eye-slash { color: #999; }

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

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

0.2 should be written without a leading zero as .2
Open

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

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

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

0.5 should be written without a leading zero as .5
Open

    transition: all 0.5s;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Selector m_groupEndValue should be written in lowercase with hyphens
Open

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

Color #ccaaFF should be written as #caF
Open

$color-virtual: #ccaaFF;

Color #ccaaFF should be written as #ccaaff
Open

$color-virtual: #ccaaFF;

Selector t_modifier_final should be written in lowercase with hyphens
Open

  .t_modifier_final {

Selector t_modifier_private-set should be written in lowercase with hyphens
Open

  .t_modifier_private,
Severity
Category
Status
Source
Language