bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Color blue should be written in hexadecimal form as #0000ff
Open

    border-bottom: 1px dotted blue;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Properties should be ordered color, outline
Open

    outline: 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

Rule declaration should be preceded by an empty line
Open

    > dt {
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

0.75 should be written without a leading zero as .75
Open

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

Properties should be ordered border, border-radius, margin, min-width, padding
Open

  padding: 0.66em;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

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

  padding: 0.66em;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

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

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

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

    border: 1px solid #000;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Unnecessary parent selector (&)
Open

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

Rule declaration should be preceded by an empty line
Open

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

!important should not be used
Open

    cursor: ns-resize !important;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Selector m_count should be written in lowercase with hyphens
Open

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

Rule declaration should be preceded by an empty line
Open

  .alert-link {
Severity: Minor
Found in src/Debug/scss/_alerts.scss by scss-lint

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

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

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

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

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying class selectors with an element.
Open

  .t_modifier_abstract, i.fa-circle-o {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

  }
Severity
Category
Status
Source
Language