bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

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

.ws_p { opacity: 0.33; }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Prefer single quoted strings
Open

.ws_r::before { content: "\\r"; }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

  hr.dropdown-divider {

Properties should be ordered border-left, display, margin-left, padding-left
Open

      display: block !important;  // override collapsed
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Selector m_info should be written in lowercase with hyphens
Open

.level-info .show-more-fade,
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Rule declaration should be followed by an empty line
Open

.m_warn .show-more-fade { background-image: linear-gradient(to bottom, rgba($warn-bg, 0), $warn-bg); }
Severity: Minor
Found in src/Debug/scss/_script.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

  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

    .fa {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    td {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

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

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

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

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

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

    padding-left: 0.25rem;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

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

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

0.3 should be written without a leading zero as .3
Open

  padding: 0 0.3em;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

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/_misc.scss by scss-lint

Expected item on line 127 to appear before line 119. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  text-indent: 0;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Selector ws_r should be written in lowercase with hyphens
Open

.ws_r::before { content: "\\r"; }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be followed by an empty line
Open

  }
Severity
Category
Status
Source
Language