bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Selector debugInfo-excluded should be written in lowercase with hyphens
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

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

  border: 1px solid black;
Severity: Minor
Found in src/Debug/scss/_base.scss by scss-lint

Properties should be ordered background-color, font-size, margin-bottom, padding, position
Open

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

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

Properties should be ordered background, border, border-bottom-width, border-radius, cursor, display, font-size, height, margin-left, opacity, padding, position, top, transition
Open

    display: inline-block;
Severity: Minor
Found in src/Debug/scss/_drawer.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Selector m_assert should be written in lowercase with hyphens
Open

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

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

  &.lpad { margin-left: 0.33em; }
Severity: Minor
Found in src/Debug/scss/_misc.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

!important should not be used
Open

  cursor: pointer !important; 
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

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

    font-size: 0.8em;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    > .t_string:nth-child(2) {
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

0.16 should be written without a leading zero as .16
Open

  padding: 0.25em 0.4em 0.16em;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

  &.m_group {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

.m_info .show-more-fade { background-image: linear-gradient(to bottom, rgba($info-bg, 0), $info-bg); }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

    margin: 0.5em -5px 0.5em -15px;
Severity
Category
Status
Source
Language