bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

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

      color: #333;

0.8 should be written without a leading zero as .8
Open

        font-size: 0.8em;

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

        .fa-ban {

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

      color: #4f16b0;

Rule declaration should be followed by an empty line
Open

}

Properties should be ordered color, text-decoration
Open

  text-decoration: none;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered cursor, display, font-weight, margin, max-width
Open

  display: block;
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/_debugMenuBar.scss by scss-lint

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

      &.has-warn {
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

Selector m_clear 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 followed by an empty line
Open

}
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

Rule declaration should be preceded by an empty line
Open

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

Selector t_array should be written in lowercase with hyphens
Open

.t_array {

Selector t_key should be written in lowercase with hyphens
Open

    .t_key {

Properties should be ordered color, font-size, font-style, margin
Open

    margin: 0;

Declaration should be terminated by a semicolon
Open

    color: #9d2d2d

Selector t_modifier_debug should be written in lowercase with hyphens
Open

  .t_modifier_debug {
Severity
Category
Status
Source
Language