bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Use // comments everywhere
Open

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

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

  .tab-pane > * > .group-body,
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Properties should be ordered background, border, color, cursor, float, font-size, font-weight, line-height, opacity, padding, position, right, text-shadow, top
Open

      float: right;
Severity: Minor
Found in src/Debug/scss/_alerts.scss by scss-lint

Prefer single quoted strings
Open

  @import "arrayAndObject";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

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

      text-shadow: 0 1px 0 #fff;
Severity: Minor
Found in src/Debug/scss/_alerts.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/_alerts.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

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

Selector m_groupSummary should be written in lowercase with hyphens
Open

  .tab-pane > * > .group-body,
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "debugMenuBar";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "tippy";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "table";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Selector m_alert should be written in lowercase with hyphens
Open

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

0.2 should be written without a leading zero as .2
Open

      opacity: 0.2;
Severity: Minor
Found in src/Debug/scss/_alerts.scss by scss-lint

Properties should be ordered border, border-radius, margin-bottom, padding
Open

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

Prefer single quoted strings
Open

  @import "alerts";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "tabs";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Color purple should be written in hexadecimal form as #800080
Open

  $color-header: purple;
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

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

      + hr {
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "tokens";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint

Prefer single quoted strings
Open

  @import "sidebar";
Severity: Minor
Found in src/Debug/scss/Debug.scss by scss-lint
Severity
Category
Status
Source
Language