bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Rule declaration should be followed by an empty line
Open

  }

Unnecessary parent selector (&)
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

Properties should be ordered background-color, border-radius, height, margin, padding, width
Open

  margin: 0;
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

Rule declaration should be preceded by an empty line
Open

    > ul {
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

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

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

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

      margin-left: 0.25em;

Selector t_array should be written in lowercase with hyphens
Open

li[class*=m_] > .t_array.array-file-tree > .array-inner {

Selector t_modifier_private should be written in lowercase with hyphens
Open

  .t_modifier_private,

Selector t_modifier_abstract should be written in lowercase with hyphens
Open

    > .t_modifier_abstract {

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

      background-color: lighten(#c0c0c0, 15%);

Rule declaration should be followed by an empty line
Open

    }

Selector should have depth of applicability no greater than 3, but was 4
Open

      .fa-stack {

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

    border-bottom: 1px dashed blue;

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

      text-shadow: 0px 0px 1px #990099;

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

    color: #e00;
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

Rule declaration should be preceded by an empty line
Open

  &[type=checkbox] {
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint
Severity
Category
Status
Source
Language