bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Properties should be ordered border-left, padding
Open

    padding: 10px 10px 10px 20px; // extra left padding for text-indent
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

0.4 should be written without a leading zero as .4
Open

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

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

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

Properties should be ordered background-color, color, content, display, font-family, font-size, line-height, padding, position, text-indent, top
Open

  content: attr(data-abbr);
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

ul[data-type-more=binary] > li.t_string {
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Prefer single quoted strings
Open

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

Properties should be ordered background, border, height, margin
Open

    margin: 0.5em -5px 0.5em -15px;

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

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

Color white should be written in hexadecimal form as #ffffff
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

Color white should be written in hexadecimal form as #ffffff
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

Selector m_error should be written in lowercase with hyphens
Open

.m_error,
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/_script.scss by scss-lint

Properties should be ordered cursor, padding
Open

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

Rule declaration should be preceded by an empty line
Open

    &.active {
Severity: Minor
Found in src/Debug/scss/_sidebar.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

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

      &::before { content: "("; }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered display, line-height, margin, text-indent
Open

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

Avoid qualifying class selectors with an element.
Open

  tbody th.t_int,
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
Severity
Category
Status
Source
Language