bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Rule declaration should be followed by an empty line
Open

  }

Properties should be ordered display, height, overflow, position
Open

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

Properties should be ordered margin, position
Open

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

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

  background-image: linear-gradient(to bottom, rgba(white, 0), rgba(white, 0.75));
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

      .toggle.active {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Selector m_warn should be written in lowercase with hyphens
Open

.level-warn .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

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

0.075 should be written without a leading zero as .075
Open

$hover-bg: rgba(0, 0, 0, 0.075);
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

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

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

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Avoid qualifying attribute selectors with an element.
Open

  tr[data-toggle] {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

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

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

Selector m_group should be written in lowercase with hyphens
Open

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

Merge rule .binary with rule on line 59
Open

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

Properties should be ordered padding, text-indent
Open

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

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

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);

Rule declaration should be preceded by an empty line
Open

  .debug-options-body {
Severity
Category
Status
Source
Language